摘要:
1 import os 2 import time 3 from selenium import webdriver 4 from selenium.webdriver.support.wait import WebDriverWait 5 from selenium.webdriver.support import expected_conditions as EC 6 from ... 阅读全文
摘要:
1 import xlrd 2 3 4 class OpenExecl: 5 def __init__(self, file_path=None): 6 if file_path == None: 7 self.execl_path = r"H:\***.xls" 8 else: 9 s... 阅读全文