所有文件已经是utf-8了 怎么解决 总不能每次开打开网站都要调浏览器!
PHP
HTML
乱码
浏览器
------解决方案--------------------
你没加
header('Content-Type: text/html; charset=utf-8');
吧