jsp页面包括html页面出现乱码_html/css
来源:动视网
责编:小采
时间:2020-11-27 15:55:43
jsp页面包括html页面出现乱码_html/css
jsp页面包括html页面出现乱码_html/css_WEB-ITnose:在jsp页面中,包含一个含有中文字符的html文件后,在浏览中显示时候,会出现乱码,这时就需要在web.xml中配置如下代码: Special property group for html Configuration JSP example. JSPConfiguration *.html true
导读jsp页面包括html页面出现乱码_html/css_WEB-ITnose:在jsp页面中,包含一个含有中文字符的html文件后,在浏览中显示时候,会出现乱码,这时就需要在web.xml中配置如下代码: Special property group for html Configuration JSP example. JSPConfiguration *.html true

在jsp页面中,包含一个含有中文字符的html文件后,在浏览中显示时候,会出现乱码,这时就需要在web.xml中配置如下代码:
Special property group for html Configuration JSP example. JSPConfiguration *.html true UTF-8
在jsp页面中使用:<%@include file="../common/operations/head.html"%>
jsp页面包括html页面出现乱码_html/css
jsp页面包括html页面出现乱码_html/css_WEB-ITnose:在jsp页面中,包含一个含有中文字符的html文件后,在浏览中显示时候,会出现乱码,这时就需要在web.xml中配置如下代码: Special property group for html Configuration JSP example. JSPConfiguration *.html true