摘要: 數據庫操作函數: Pymysql.connect(host, port, user, password, db) Sql_insert=”” Sql_update=”” Sql_delete=”” Cur.execute(sql_insert) Db,commit() Cur.close() Db. 阅读全文
posted @ 2020-12-12 10:01 qingting06 阅读(147) 评论(0) 推荐(0)