index.jsp乱码问题的解决

我们在做java项目的时候,都会有个首页,一般就是index.jsp,然后在index.jsp中引入相关的文件,一般也是引入打包过后的相关资源文件。

当index.jsp上面的中文出现乱码的时候,就需要设置字符的编码。

 

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

 

posted @ 2019-05-19 22:59  护花使者  Views(1217)  Comments(0Edit  收藏  举报