Home > Web Front-end > HTML Tutorial > 关于中文乱码_html/css_WEB-ITnose

关于中文乱码_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:45:09
Original
1184 people have browsed it

今天一看,发现乱码,然后内容什么都无法显示了,弄了半天发现,新建一个页面,然后把代码全部复制过去,就可以了,这是什么原因

回复讨论(解决方案)

文件编码和(或者是gbk)保持一致

文件编码和(或者是gbk)保持一致


为什么以前就没有问题呢,今天就突然出现这个问题,以前的页面和新建的页面一模一样,但是就是一个显示如图,一个就能正常运行

因为原来文件中有bom头
而新建的文件中没有
可以通过软件或程序把bom清除掉就可以了

右键页面,选择编码格式->选择UTF-8或者GBK试试

编码不对了,



如果 目前编码是 gb2312 那改成 utf-8 反之把utf-8改成gb2312

改一下编码就行了。

bom头!学习了!感谢诸大神
http://blog.csdn.net/zithan/article/details/7334796

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template