首页 > 编程 > JSP > 正文

jsp之间传参数接受中文有乱码问题解决方法

2024-09-05 00:22:08
字体:
来源:转载
供稿:网友
这篇文章主要介绍了jsp之间传参数接受中文有乱码问题解决方法,需要的朋友可以参考下

tomcat 的配置文件 server.xml里面找到:

复制代码 代码如下:


<Connector port="8080" protocol="HTTP/1.1"
maxThreads="150" connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8"/>


看看有没有 URIEncoding="UTF-8",没有的话加上试试
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表