友情提示:小程序,开发制作。

写于2012年03月的文章:

php空白页

 

php空白页

在index.php头部加上


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


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

阅读全文>>