在用phpStudy的时候,在页面中会有一些警告

notice:Undefined variable...

notice:Undefined index...

在php.ini里面找到

display_errors = On

改为

display_errors = Off

相关文章: