摘要:
数据库一次 Connection 连接,不同 cursor 的最简洁代码: import pymysql class Database(object): connection = None def __init__(self): if not Database.connection: Databas 阅读全文
posted @ 2023-05-08 16:29
bruce_he
阅读(127)
评论(0)
推荐(0)
浙公网安备 33010602011771号