太阳花工作室
php空白页
post by:sunshine 2012-3-1 3:21

 

php空白页

在index.php头部加上


error_reporting(E_ALL);
ini_set('display_errors', "On");


就可以看你的错误信息啦!