php.ini中将display_errors = On 改为display_errors = Off 或者ini_set('display_errors',0);. 其次,我们知道php的错误级别是由error_reporting控制,但是有很多人在 ...
確定! 回上一頁