在编写代码之前已经设置好了格式为utf-8无bom格式编码,但网页上仍然出现乱码,怎么解决?
在你的 php 文件中加上
header("Content-type: text/html; charset=utf-8");
试试