摘要: import pymysql import re conn = pymysql.connect( host='localhost', port=3306, user='root', passwd='123456', db='test', charset='utf8', ) cursor = conn 阅读全文
posted @ 2019-08-05 17:14 orangeYY 阅读(210) 评论(0) 推荐(0) 编辑