url编/解码
451 | |
1.使用 js 的 encodeURI 和 encodeURIComponent 进行的编码 2.使用 js 的 decodeURIComponent 进行解码
js
1.encodeURI 方法不会对 ASCII字母、数字、~!@#$&()=:/,;?+' 编码 2.encodeURIComponent 方法不会对ASCII字母、数字、~!()' 编码