摘要: import pymysql db = pymysql.connect('localhost','root','anotherone','czx') cur = db.cursor() #插入 #cur.execute('insert game values (NULL,"Tom",26,90,50,500,94)') #更新 #cur.execute("update game set n... 阅读全文
posted @ 2016-10-12 20:26 疯陈演义 阅读(204) 评论(0) 推荐(0) 编辑