首页
PHP中报500错误时如何查看错误信息
在执行代码中加入下面两行代码即可
ini_set(
"
display_errors
"
,
"
On
"
); error_reporting(E_ALL);
相关
标签