<%@ page contentType="text/html;charset=gbk" %>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<%= new String(aaaaaa.getBytes("ISO-8859-1"),"gbk")
server.xml
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" URIEncoding="GBK"/>
转载于:https://www.cnblogs.com/kaixin110/archive/2008/02/18/1071998.html