idea中文乱码配置

2.JSP页面中文乱码解决:

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

在<head>中加入

<meta charset="utf-8"/>

idea配置:

File-->Setting-->Editor-->file Encodings

统一设置成utf-8

posted @ 2020-06-02 19:08  Lost blog  阅读(256)  评论(0编辑  收藏  举报