摘要: pymysql 操作mysql数据库 openpyxl 操作excel表 连上mysql操作: 1、打开数据库 import pymysql db=pymysql.connect(host,user,password,database) 2、使用cursor()方法创建一个游标对象 cursor=d 阅读全文
posted @ 2021-06-09 14:02 木头人11 阅读(336) 评论(0) 推荐(0) 编辑
摘要: import os,re,shutildef get_filelist(dir): t1='{"computerPlayId":' t2=' ,"computerPlayListArray": ' t3=', "propertyPlayId":"", "propertyPlayListArray": 阅读全文
posted @ 2021-06-09 11:42 木头人11 阅读(44) 评论(0) 推荐(0) 编辑