摘要: import pymysql conn = pymysql.connect( host = "127.0.0.1", port = 3306, user = "test1", password = “123456”, db = "myfirst", charset = "utf8" ) cur = 阅读全文
posted @ 2018-11-08 22:08 山…隹 阅读(118) 评论(0) 推荐(0)