php 开启错误提示 修改php.ini文件 开发错误提示 display_errors = Off 修改为 display_errors = On 修改错误级别 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRI