摘要:
pymysql 操作mysql数据库 openpyxl 操作excel表 连上mysql操作: 1、打开数据库 import pymysql db=pymysql.connect(host,user,password,database) 2、使用cursor()方法创建一个游标对象 cursor=d 阅读全文
摘要:
import os,re,shutildef get_filelist(dir): t1='{"computerPlayId":' t2=' ,"computerPlayListArray": ' t3=', "propertyPlayId":"", "propertyPlayListArray": 阅读全文