unescape 方法
时间:2007-12-27 来源:不详 作者:林子
解码用 escape 方法进行了编码的 String 对象。
织梦好,好织梦
unescape(charstring)
内容来自dedecms
必选项 charstring 参数是要解码的 String 对象。 本文来自织梦
说明
unescape 方法返回一个包含 charstring 内容的字符串值。所有以 %xx 十六进制形式编码的字符都用 ASCII 字符集中等价的字符代替。 dedecms.com
以 %uxxxx 格式(Unicode 字符)编码的字符用十六进制编码 xxxx 的 Unicode 字符代替. dedecms.com
注重 unescape 方法不能用于解码统一资源标识码 (URI)。解该码可使用 decodeURI 和 decodeURIComponent 方法。
织梦内容管理系统
要求
版本 1 copyright dedecms
请参阅
DecodeURI 方法 | decodeURIComponent 方法 | escape 方法 | String 对象
织梦好,好织梦
应用于: Global 对象
copyright dedecms
上一篇:UTC 方法 下一篇:unshift 方法
文章评论
共有位Admini5网友发表了评论 查看完整内容