\ThinkPHP\Library\Think\Controller.class.php
//header('Content-Type:application/json; charset=utf-8');
header('Content-Type:text/html; charset=utf-8');
view 修改 X-Powered-By 为自己的信息,或者服务器直接隐藏防止泄漏Thinkphp信息\ThinkPHP\Library\Think\View.class.php
header('X-Powered-By:LeipiOrg');
最佳答案
