zyl-930826

修改下列两个文件:

/include/dialog/select_soft_post.php
/include/dialog/select_soft.php

 

改:

select_soft.php文件第108行后面添加一句话:

$file = mb_convert_encoding($file,\'UTF-8\',\'GBK\');

 

select_soft_post.php文件第73行后面添加一句话:

$fullfilename = mb_convert_encoding($fullfilename,\'GBK\',\'UTF-8\');

分类:

技术点:

相关文章:

  • 2021-07-23
  • 2021-11-01
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案