摘要:
方法一 @echo off if not exist "c:\a\b\c\abc123.exe" (goto tagA) else (goto tagB) :tagA echo doing A..... goto end :tagB echo doing B..... goto end :end e 阅读全文
摘要:
###Selenium 控制 Chrome from selenium import webdriver from selenium.webdriver.chrome.service import Service import time s = Service(r"C:\Users\Administ 阅读全文