中文转GBK
//gbk.js
http://384559wk82.zicp.vip:5555/sharing/ONXMZfIaR
$URL.encode("中文").replace(/%/g,"")
结果输出 D6D0CEC4
中文转gbk2321
encodeUrl(str){
let script = document.createElement("script")
script.setAttribute("charset","gbk")
script.src = new Date().getTime()+"?="+str;
let code = script.src.split("?=").pop();
return code;
}