level 2
INEEDSSD
楼主
有大佬知道哪里配置错了吗?
把html文件放到tomcat的webapp里面,运行的时候显示正常

在idea里面启动tomcat,访问就是乱码

文件编码是utf-8

--------------------------html 文件-----------------------------------------------------------------
<!DOCTYPE>
<html>
<head>
<title>Title</title>
<meta http-equiv="contentType" content="text/html" charset="utf-8">
</head>
<body>
<p>你好世界</p>
</body>
</html>
----------------------------------------------------------------------------------------------------------

2021年02月18日 15点02分
1
把html文件放到tomcat的webapp里面,运行的时候显示正常

在idea里面启动tomcat,访问就是乱码
文件编码是utf-8
--------------------------html 文件-----------------------------------------------------------------<!DOCTYPE>
<html>
<head>
<title>Title</title>
<meta http-equiv="contentType" content="text/html" charset="utf-8">
</head>
<body>
<p>你好世界</p>
</body>
</html>
----------------------------------------------------------------------------------------------------------
