摘要:
1 import pymysql 2 3 conn = pymysql.connect(host = '127.0.0.1',port = 3306,user = 'root',passwd = '123',db = 'sqlexample') 4 #创建连接(连接数据库) 5 6 cursor = conn.cursor() #创建游标 7 cursor = conn.c... 阅读全文
posted @ 2019-05-12 17:29
Python_金融_Mr.Gao
阅读(9541)
评论(0)
推荐(1)
浙公网安备 33010602011771号