URL 编码(urlencode)和解码(urldecode),支持中文
URL 编码: encodeURI,不编码 :/?#[]@ 组件编码: encodeURIComponent,编码所有特殊字符 通常参数值用「组件编码」,完整URL用「URL编码」