摘要: 安装:pip install DBUtils==1.3 代码如下: """连接池操作pymysql""" import pymysql from DBUtils.PooledDB import PooledDB class MysqlPool(object): def __init__(self): 阅读全文