开启 PHP 错误提示

2019-08-02 17:02:39 阅读:5 编辑
INI_set ("display_errors", "On");
error_reporting (E_ALL);