$res = Db::connect();
dump( $res );
上面正常输出
下面报错 下面报错
$res = Db::query('select * from tb_names');
你在class类上面use think\Db;了吗?
use think\Db;了吗?