摘要: import pymysql#connection = pymysql.connect(host='127.0.0.1',port=3306,user='root',password='password',db='transfer_money',charset='utf-8')config = { 'host':'127.0.0.1', 'port':3306, 'user':... 阅读全文
posted @ 2017-05-24 16:17 云ime 阅读(146) 评论(0) 推荐(0) 编辑