摘要:
1.封装read_excel方法 #coding:utf-8 # coding:utf-8 import xlrd,os class ExcelUtil(): def __init__(self, excelPath, sheetName): self.data = xlrd.open_workbo 阅读全文
摘要:
#coding:utf-8 import requests,unittest class EnvironmentVariableNew(unittest.TestCase): '''设置环境变量''' def setUp(self): pass def tearDown(self): self.s. 阅读全文