摘要: 1.封装read_excel方法 #coding:utf-8 # coding:utf-8 import xlrd,os class ExcelUtil(): def __init__(self, excelPath, sheetName): self.data = xlrd.open_workbo 阅读全文
posted @ 2021-01-06 16:03 Camillezxl 阅读(131) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8 import requests,unittest class EnvironmentVariableNew(unittest.TestCase): '''设置环境变量''' def setUp(self): pass def tearDown(self): self.s. 阅读全文
posted @ 2021-01-06 16:00 Camillezxl 阅读(73) 评论(0) 推荐(0) 编辑