Topic: 是中文处理的问题吗?求救!!!!!! |
Print this page |
1.是中文处理的问题吗?求救!!!!!! | Copy to clipboard |
Posted by: louis Posted on: 2005-01-24 14:45 各位高手,小弟在用Struts做一个网站,我想在一个JSP文件中,使用 <iframe src="">这个标签,显示另外一个是中文的htm文件,如下: <%@page contentType="text/html; charset=gb2312" > 。。。 <TR> <TD align=right height=421> <IFRAME src="../doc/序.htm" frameBorder=0 width=670 height=500></IFRAME> </TD> </TR> 。。。 而且写了一个处理中文的类,在这个类中使用 request.setCharacterEncoding(encoding); response.setContentType("text/html;charset=" + encoding); 在web.xml中加入 <filter> <filter-name>EncodingFilter</filter-name> <filter-class>drugadministration.util.EncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <param-value>gb2312</param-value> </init-param> <filter-mapping> <filter-name>EncodingFilter</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> 可启动服务后这个jsp文件,不能显示<iframe>里的内容,显示了http status 404 错误,文件的位置肯定没错,若将"序.htm"改为"xun.htm"就可以显示,请各位兄弟帮忙指点指点,多多赐教!!!先在这里谢谢各位1 |
2.Re:是中文处理的问题吗?求救!!!!!! [Re: louis] | Copy to clipboard |
Posted by: fmzbj Posted on: 2005-01-26 11:44 序.htm?没有这么用过,可能不行。 |
3.Re:是中文处理的问题吗?求救!!!!!! [Re: louis] | Copy to clipboard |
Posted by: louis Posted on: 2005-01-26 13:26 难道文件名只能是英文的吗? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |