摘要:
import xlrd from selenium import webdriver import ddt import time import unittest class Excel(object): def __init__(self,excel_path,sheet_name): self. 阅读全文
摘要:
1.编写读取excelf类 ReadExcel. py # coding=utf-8 import xlrd import sys import inspect class Excel(object): def __init__(self,excel_path,sheet_name): self.e 阅读全文