摘要: # --*-- coding:utf8 --*--import pymysql, xlwtdef export_excel(table_name,sql): # 连接数据库,查询数据 host, user, passwd, db = '数据库地址', '用户', '密码', '数据库名称' conn 阅读全文
posted @ 2021-12-15 09:52 小白成长记-yan 阅读(598) 评论(0) 推荐(0)