摘要: import pandas as pd from class_1210.class_1231 import HttpRequests #打开excel获取测试所有数据 df = pd.read_excel('test_excle.xlsx') test_excle=df.values#嵌套列表的数据 阅读全文
posted @ 2020-05-24 20:05 Memory荒年 阅读(132) 评论(0) 推荐(0)
摘要: #不定长参数/动态参数 *arges argument arges 按这个规范 #把这个数据 转成元组形成 # def add(*args): # print(args) # print("arges的类型:",type(args)) # count=0 # for item in args: # 阅读全文
posted @ 2020-05-24 20:03 Memory荒年 阅读(186) 评论(0) 推荐(0)