09 2016 档案

js escape
摘要:JS转义 escape()、encodeURI()、encodeURIComponent()区别详解 JavaScript中有三个可以对字符串编码的函数,分别是: escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,deco 阅读全文

posted @ 2016-09-14 16:11 蒂其之死 阅读(7380) 评论(0) 推荐(0)

导航