myeclipse html乱码

myeclispe 中 html乱码

在页面的开头写上即可 <meta http-equiv="content-type" content="text/html; charset=UTF-8">

若不行,把 <meta http-equiv="content-type" content="text/html; charset=UTF-8">中的charset改为gb2312就可以了

myeclispe 中 jsp乱码

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>

<%@ page pageEncoding="utf-8" %> 这样更简单。

上一篇:学习maven的使用,看到一篇很实用的入门教程(菜鸟级入门)


下一篇:一篇很好的学习查看Java源代码的文章