摘要: #!/user/bin/python3#coding=utf-8#2019/10/22 --16:15#author :huiURL = "http://localhost/&" #后期读取配置文件dicts = {"method":"get",'body': '123456', 'headers' 阅读全文
posted @ 2019-10-22 17:23 yanhuidj 阅读(480) 评论(0) 推荐(0) 编辑
摘要: import xlrd,jsondef open(): file = r'C:\Users\hui\Desktop\data.xlsx' # 创建data对象 data = xlrd.open_workbook(file) ck = data.sheet_by_index(0) rows = ck. 阅读全文
posted @ 2019-10-22 15:43 yanhuidj 阅读(189) 评论(0) 推荐(0) 编辑