| // +------------------------------------------------+ // ini_set('display_errors', 'on'); // [ 应用入口文件 ] define('VERSION', '1.0.0'); define('APP_PATH', __DIR__ . '/../application/'); require __DIR__ . '/../thinkphp/start.php';