03 2020 档案

 
pymysql python 操作mysql
摘要:import pymysql conn = pymysql.connect(host='127.0.0.1', port=3306, user='root', passwd='', db='work') cursor = conn.cursor()#创建游标 #增加单个 # r = cursor.e 阅读全文
posted @ 2020-03-03 06:30 三道_python 阅读(199) 评论(0) 推荐(0)