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

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

posted @ 2020-11-02 18:17  进击的丹子  阅读(240)  评论(0)    收藏  举报