当前位置:Gxlcms >
html代码 >
jsp页面包括html页面出现乱码_html/css_WEB-ITnose
jsp页面包括html页面出现乱码_html/css_WEB-ITnose
时间:2021-07-01 10:21:17
帮助过:17人阅读
在jsp页面中,包含一个含有中文字符的html文件后,在浏览中显示时候,会出现乱码,这时就需要在web.xml中配置如下代码:
Special property group for html Configuration JSP example. JSPConfiguration *.html true UTF-8 false
在jsp页面中使用:<%@include file="../common/operations/head.html"%>