输入banner图图片脚本导航/分类

jsp页面包括html页面出现乱码_html/css_WEB-ITnose

在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"%>