-- --
⎯⎯ 如果你不能跑,那就走,如果你不能走,那就爬,无论怎么样,永远保持前进.

--

 0  |   |   0



说 明

url 编/解码



功能介绍

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



方法介绍

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