专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > HTML/CSS

html中文显示乱码,该怎么处理

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草
html中文显示乱码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Beautiful Background Image Navigation with jQuery</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Beautiful Background Image Navigation with jQuery" />
<meta name="keywords" content="jquery, background image, animate, menu, navigation, css3, cross-browser compatible"/>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
</head>
<body>
</body>
</html>
把<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>改成<meta http-equiv= "Content-Type " content= "text/html; charset=GB2312 "> 也不行。

------解决方案--------------------
楼主要是还乱码,那就是文件格式问题了。

用编辑器改下文件编码格式,比如用Dreamweaver改下文件格式
------解决方案--------------------
显示的是什么样子的呢
------解决方案--------------------
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: