摘要: import pymysql #导入pymysql模块 con = pymysql.connect(host = '127.0.0.1',port = 3306 ,user = 'root',passwd = '111111' ,db = 'class_nu',charset='utf8') #固定格式 cursor = con.cursor(... 阅读全文
posted @ 2018-05-01 18:26 滕虎 阅读(177) 评论(0) 推荐(0)