<?php define('APP_NAME','app'); //项目名称 define('APP_PATH','./app/'); //项目路径 define('APP_DEBUG',true); //开启调试模式 require '/ThinkPHP/ThinkPHP.php'; ?>