= 7.1 , 当前版本 : " . PHP_VERSION); include_once "source/system/db.class.php"; $read = "app/" . $info . "/" . $module; if (findClassFile($read)) { loadClass($info, $module, $action); } else { loadClass("index", "app", "index", [$info, $module]); }