linux下出现乱码,加上编码转换就可以了。

$str = mb_convert_encoding($str, "html-entities", "utf-8");



相关文章:

  • 2021-12-03
  • 2021-12-15
  • 2022-01-02
  • 2021-11-14
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-09-06
  • 2021-05-23
相关资源
相似解决方案