【js与jquery】javascript中url编码与解码
时间:2014-06-13 18:17:25
收藏:0
阅读:231
本文主要针对URI编解码的相关问题做了介绍,对Url编码中哪些字符需要编码、为什么需要编码做了详细的说明,并对比分析了Javascript 中和 编解码相关的几对函数
编码/解码
escape / unescape,
encodeURI / decodeURI,
encodeURIComponent / decodeURIComponent。
评论(0)