encodeURI()与decodeURI()等转码方法

只针对文本编码 encodeURI() 
只针对文本解码 decodeURI()
针对文本和特殊字符的编码  encodeURIComponent()
针对文本和特殊字符的解码  decodeURIComponent()

posted @ 2017-11-02 15:42  刘倩文  阅读(9989)  评论(0)    收藏  举报