CORE_PATH, 'daswork\lib' => CORE_PATH . 'lib' . DS ]; } } /** * 作用范围隔离 * * @param $file * @return mixed */ function __include_file($file) { return include $file; } function __require_file($file) { return require $file; }