码迷,mamicode.com
首页 > Web开发 > 详细

myeclipse html乱码

时间:2014-05-19 20:35:50      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:c   java   ext   http   a   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" %> 这样更简单。

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

myeclipse html乱码

标签:c   java   ext   http   a   html   

原文地址:http://www.cnblogs.com/bluewelkin/p/3731598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!