-- --
⎯⎯ 努力的最大意义是让自己随时有能力跳出自己厌恶的圈子

--

 0  |   |   0



说 明

url 编/解码



功能介绍

1.使用 jsencodeURIencodeURIComponent 进行的编码
2.使用 jsdecodeURIComponent 进行解码



方法介绍

1.encodeURI 方法不会对 ASCII字母、数字、~!@#$&()=:/,;?+' 编码
2.encodeURIComponent 方法不会对ASCII字母、数字、~!
()' 编码