2016年2月25日
摘要: js 对文字进行编码涉及3个函数:escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent 1、 传递参数时需要使用encodeURIComponent,这样组合的url才不会被#等特殊字符截 阅读全文
posted @ 2016-02-25 11:31 李九妹 阅读(1058) 评论(0) 推荐(0) 编辑