上一页 1 ··· 208 209 210 211 212 213 214 215 216 ··· 397 下一页
  2014年10月11日
摘要: js对文字进行编码涉及3个函数:escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent1、 传递参数时需要使用encodeURIComponent,这样组合的url才不会被#等特殊字符截断。... 阅读全文
posted @ 2014-10-11 16:58 记性特差 阅读(3634) 评论(0) 推荐(0)
上一页 1 ··· 208 209 210 211 212 213 214 215 216 ··· 397 下一页