日期:2014-05-17  浏览次数:20589 次

字符乱码问题
center.html文件内容如下
HTML code

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<table width="100%" cellspacing="0" cellpadding="4"
align="center" bordercolor="#000099" border="1">
<tr> <td> <div align="center">
        <p>欢迎来访</p>
        </div></td></tr>
</table>



MyJsp.jsp内容如下

<%@ page contentType="text/html; charset=utf-8" %>
<html>
<%@include file="center.html" %>
</html>

用浏览器进入MyJsp页面,欢迎来访出现乱码了,,求助

------解决方案--------------------
把center.html后缀改成center.jsp用utf8编码
------解决方案--------------------
探讨

把center.html后缀改成center.jsp用utf8编码

------解决方案--------------------
center.html用记事本打开 另存为 编码选utf-8