chrome_options = Options() proxy = random.choice(proxy_arr) # 随机选择一个代理print(proxy) #如果某个代理访问失败,可从proxy_arr中 ...
確定! 回上一頁