先在jsp编码,再在action中解码。
在jsp中:
编码:var temp=encodeURI(encodeURI("中文"));
在action中:
完成解码:URLDecoder.decode(temp,UTF-8")。