tp5.1 config 源码

浏览:517 发布日期:2021/04/09 分类:ThinkPHP5专区
各位大佬这个是什么意思
public static function __make(App $app)
{
$path = $app->getConfigPath();
$ext = $app->getConfigExt();
return new static($path, $ext);
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>