PHP HTML 乱码 浏览器
所有文件已经是utf-8了 怎么解决 总不能每次开打开网站都要调浏览器!
回复讨论(解决方案)
你没加
header('Content-Type: text/html; charset=utf-8');
吧
你没加
header('Content-Type: text/html; charset=utf-8');
吧
没。 但是这个是加在php里面的吧,每次都是先进html页面 为什么加这个还有效。
你没加
header('Content-Type: text/html; charset=utf-8');
吧
没。 但是这个是加在php里面的吧,每次都是先进html页面 为什么加这个还有效。
找个每个php文件都会引用的文件,加在它里面,
每次都是先进html页面 为什么加这个还有效。
re:
这个是什么意思,你没有用php文件吗
Statement: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