主题:求助~~~这个问题怎么解决?
为什么显示乱码?
n.txt
<table align="center" border="0" wideth="790" height="12" bgcolor=cyan cellspcing="0">
<tr>
<td width="100%">
<a href="<%=response.encodeURL("register.jsp")%>">用户注册</a>
<a href="<%=response.encodeURL("login.jsp")%>">用户登陆</a>
</td>
</tr>
</table></table>
m.jsp
<%@ page contentType="text/html;charset=GB2312"%>
<HTML>
<BODY>
<%@ include file="n.txt" %>
</BODY>
</HTML>
最后在浏览器中显示 ???§×??á ???§????
n.txt
<table align="center" border="0" wideth="790" height="12" bgcolor=cyan cellspcing="0">
<tr>
<td width="100%">
<a href="<%=response.encodeURL("register.jsp")%>">用户注册</a>
<a href="<%=response.encodeURL("login.jsp")%>">用户登陆</a>
</td>
</tr>
</table></table>
m.jsp
<%@ page contentType="text/html;charset=GB2312"%>
<HTML>
<BODY>
<%@ include file="n.txt" %>
</BODY>
</HTML>
最后在浏览器中显示 ???§×??á ???§????