jsp include乱码

122 阅读1分钟

问题描述:在jsp中使用<%@ include file="lefttab.jsp" %>时,被引入的中文乱码。

解决方法:在被引入的页面开始位置加入如下代码:

<%@page pageEncoding="UTF-8"%>