JS部分:
var faultAddr = encodeURI(document.getElementById("faultAddr").value); faultAddr = encodeURI(faultAddr); //需要通过两次编码
JAVA部分:
faultAddr = URLDecoder.decode(faultAddr , "utf-8");
原文地址:https://www.cnblogs.com/kelly07/p/8437175.html
时间: 2024-10-18 20:41:47