Thinkphp6.0 获取绝对路径
app()->getRootPath(); // 获取应用根目录
app()->getNamespace(); // 获取应用类库命名空间
app()->version(); // 获取框架版本
app()->getBasePath(); // 获取应用基础目录
app()->getAppPath(); // 获取当前应用目录
app()->getThinkPath(); // 获取核心框架目录
app()->getConfigPath(); // 获取应用配置目录
app()->getConfigPath(); // 获取应用配置目录