摘要: import pymysql con = pymysql.connect(host="127.0.0.1",user="root",passwd="root",db="test") cursor = con.cursor() sql = "insert into test2(name,gender) 阅读全文
posted @ 2019-12-03 00:23 real-admin 阅读(138) 评论(0) 推荐(0) 编辑