-
Notifications
You must be signed in to change notification settings - Fork 7
Encoding
vimfung edited this page Dec 17, 2018
·
7 revisions
该类型提供了与编码相关的功能接口
Encoding > Object
iOS Android Unity3D
对指定文本进行URL编码
function Encoding:urlEncode(text);
- text 需要进行URL编码的文本
编码后的文本
对URL编码后的文本进行URL解码
function Encoding:urlDecode(text);
- text 需要进行URL解码的文本
解码后的文本