a.jsp
window.location.href="<%=basepath %>/jsp/meter/meterInformationModify.jsp?scontent="+encodeURI (encodeURI (scontent));
scontent包含中文
b.jsp 接受:
因为动态传递默认iso-8859-1 charset只是静态页面展示
a.jsp
window.location.href="<%=basepath %>/jsp/meter/meterInformationModify.jsp?scontent="+encodeURI (encodeURI (scontent));
scontent包含中文
b.jsp 接受:
因为动态传递默认iso-8859-1 charset只是静态页面展示