我的JSP中也加了<%@ page contentType="text/html; charset=GBK" %>这个,Web.xml中也加了
<context-param>
<param-name>weblogic.httpd.inputCharset./*</param-name>
<param-value>GBK</param-value>
</context-param>
weblogic.xml中也加了
<charset-params>
<input-charset>
<resource-path>/*</resource-path>
<java-charset-name>GBK</java-charset-name>
</input-charset>
</charset-params>
但是插入数据库的还是乱码,什么原因阿,请指教,多谢了!
心情: 一般



