摘要: class UserInfo(object): def __init__(self, excel_path=constants.EXCEL_PATH, sheet_name="Sheet1"): self.data = xlrd.open_workbook(excel_path) self.tabl 阅读全文
posted @ 2020-10-19 14:43 Huanghongzheng 阅读(141) 评论(0) 推荐(0) 编辑