摘要: 1 from pymysql import connect 2 3 4 # 5 # Python操作MySQL数据库,进行正删改查 6 # 7 class Goods(object): 8 def __init__(self): 9 # 创建Connection连接 10 self.conn = c 阅读全文
posted @ 2020-06-03 16:02 宇少vlog 阅读(159) 评论(0) 推荐(0)