2021年4月1日

摘要: data_dict = {'test01':[{'book1':'朝花夕拾'},{'book2':'红楼梦'}], 'test02':[{'book1':'呐喊'},{'book2':'西游记'}]}data_lsit = []for key ,value in data_dict.items(): 阅读全文
posted @ 2021-04-01 17:04 心品茗香 阅读(780) 评论(0) 推荐(0)
摘要: import xlrd3import osclass ExcelUtils: def __init__(self,excel_file_path,sheet_name): #设置动态读取的地址和表单名 self.excel_file_path = excel_file_path self.sheet 阅读全文
posted @ 2021-04-01 16:33 心品茗香 阅读(1504) 评论(0) 推荐(0)

导航