thinkphp5配置多个数据库 简单复制方法 在config.php中填写需要配置的数据库信息,如图。 页面控制器第二个数据库读取: $test1 = Db::connect(\"test1\")->name(\"表名\")->select();