js url get参数 转码 解码 var target = encodeURI('中文字'); //url转码 var afterConvert = decodeURI('%E7%BE%8E%E5%9B%A2%E7%BD%91'); //结果:"美团网" url解密