<%@ page contentType="text/html; charset=GB2312" %>
放在最开始

解决方案 »

  1.   

    <%@ page contentType="text/html; charset=GB2312" %>
    已经放在
    jsp 最前边了。
      

  2.   

    <%@ page contentType="text/html; charset=gb2312" %>
    <html>
    <head>
    <title>
    Jsp1
    </title>
    </head>
    <body>
    <%@include file="\header.html"%>
     <h1>
      hello world!你好!
    </h1>
     </body>
    </html>
    以上是我的jsp程序
      

  3.   

    我用jbuilder5自带的jsp服务器。就是不行。大虾们帮忙啊。在线等候。
      

  4.   

    which one is best?how to use it in jbuilder5?