当前位置: 代码迷 >> Web前端 >> 查询数据get吧
  详细解决方案

查询数据get吧

热度:320   发布时间:2012-11-08 08:48:11.0
查询数据get吧.

查询数据get吧.

?

查询数据get吧.

?

?然后tomcat中的server.xml修改URIEncoding和jsp中的pageEncoding一致.

? <Connector port="8101" protocol="HTTP/1.1"

?????????????? connectionTimeout="20000"

?????????????? redirectPort="8443" URIEncoding="GBK" />

?

?

<%@ page language="java" contentType="text/html; charset=gb2312"

pageEncoding="gb2312"%>

?

  相关解决方案