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

解决方案 »

  1.   

    <%@page contentType="text/html;charset=GBK"%>
    我试过了,用charset=GBK字符就可以了
      

  2.   

    http://www.chedong.com/tech/hello_unicode.html#basic
      

  3.   

    Apache Tomcat 5.0.12+Apache HTTP Server 2.0.47
    测试可以显示出来<%
    String b="炘";
    out.print(b);
    %>
      

  4.   

    Not just this character.Empirically,u read it from database,but not use prepare statment to insert it.