原因:jsp文件头没有写明utf-8编码格式 在头部添加以下标签就可以显示中文 <%@ page contentType="text/html;charset=utf-8" language="java" %> 相关文章: