zend studio 里编写的文件不乱码,输出到浏览器时乱码

原因:zend studio设置了文件编码,

php文件中再次指定了字符集。

解决办法:去掉下面这行代码,或改变meta对字符集的指定

<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />

相关文章:

  • 2021-06-16
  • 2021-06-29
  • 2021-05-22
  • 2021-11-02
  • 2021-07-14
  • 2022-12-23
  • 2021-05-19
猜你喜欢
  • 2021-05-18
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案