摘要: #coding=utf-8 import MySQLdb conn= MySQLdb.connect( host='localhost', port = 3306, user='root', passwd='123456', db ='test', ) cur = conn.cursor() #创... 阅读全文
posted @ 2017-12-25 19:30 kingrain 阅读(175) 评论(0) 推荐(0) 编辑