myeclipse html乱码

时间:2014-05-19 20:35:50   收藏:0   阅读:390

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" %> 这样更简单。

myeclipse html乱码,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!