摘要: 1 import MySQLdb 2 3 def GetList(sql): 4 db = MySQLdb.connect(user='root', db='wupeiqidb', passwd='1234', host='localhost') 5 cursor = db.cursor() 6 c 阅读全文
posted @ 2017-08-23 18:42 莫柔落切 阅读(312) 评论(0) 推荐(0) 编辑