在每个文件头上加 

error_reporting(0);

或者


搜索php.ini: 

error_reporting = E_ALL 

改为: 

error_reporting = E_ALL & ~E_NOTICE 

相关文章:

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