encodeURI
使用Javascript encodeURI() 函数,用于完整的URL编码。
encodeURIComponent
使用Javascript encodeURIComponent() 函数,用于拼接URL的参数。