摘要:
rom xlrd import open_workbookfrom xlutils.copy import copy def write_excel_xls_append(name,code): xls_file = 'D:\\test\\scrpit\\Parametric\\parametric 阅读全文
摘要:
#设置chrome浏览器无界面模式chrome_options=Options()chrome_options.add_argument('--headless')browser = webdriver.Chrome(chrome_options=chrome_options) 阅读全文