摘要: ''' 1、读取mysql数据 2、数据写入Excel ''' import pymysql import os import xlwt class Test(object): def __init__(self): self.host = "127.0.0.1" self.port = 3306 阅读全文
posted @ 2020-09-18 17:41 LForest 阅读(619) 评论(0) 推荐(0) 编辑