lwpsoft 发表于 2013-2-6 08:53:59

JSP页面设置字符集

1.在请求的JSP页面加入:
 request.setCharacterEncoding("GB18030");
页: [1]
查看完整版本: JSP页面设置字符集