有时候我们写好的PHP页面在网页中打开是乱码的,就需要指定编码,即加入代码:

header("content-type:text/html;charset=utf-8");

  位置图片:

指定PHP编码

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-02-13
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2021-12-05
  • 2021-08-16
  • 2021-10-27
  • 2022-12-23
  • 2022-01-05
  • 2021-07-03
相关资源
相似解决方案