摘要: 在 thinkphp/library/think/db/Query.php 下添加一个方法 //关闭数据库 public function close() { $this->connection->close(); } 在需要的关闭的地方引入Db调用 use think\Db; Db::close( 阅读全文
posted @ 2021-01-06 11:02 孙皓月 阅读(784) 评论(1) 推荐(0)