摘要: db = pymysql.connect(host=mysqlHost, port=mysqlPort, user=mysqlUser, passwd=mysqlPwd, db=mysqlSchema, charset='utf8') cursor = db.cursor() time_now = 阅读全文
posted @ 2022-11-01 20:38 依羽杉 阅读(243) 评论(0) 推荐(0)