摘要:
import pymysql # 打开数据库连接db = pymysql.connect("localhost", "root", "root", "test") # 使用cursor()方法获取操作游标cursor = db.cursor() # SQL 查询语句sql = "SELECT * F 阅读全文
posted @ 2018-09-14 23:40
氵永
阅读(467)
评论(0)
推荐(0)
2018年9月14日