myeclipse运行.html文件及页面跳转时出现乱码

1.、html页面出现乱码

解决方案:

Windows->preference->general->Content Types->Text->选择所要
更改的后缀文件格式,更改为正确编码格式。

myeclipse运行.html文件及页面跳转时出现乱码_第1张图片


原文章:

https://blog.csdn.net/tanx17/article/details/75579257

2、页面跳转出现乱码

原页面使用 传递参数,如果该参数值为中文时会出现??乱码,如图:

myeclipse运行.html文件及页面跳转时出现乱码_第2张图片

只需要修改设置两点即可解决乱码:

页面设置: contentType="text/html; charset=UTF-8";

设置请求编码格式<%request.setCharacterEncoding("UTF-8");%>



你可能感兴趣的:(java,java,html,乱码)