#encoding=gbk 
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
def 驱动():
wz=r'C:\Users\xxx\AppData\Local\360Chrome\Chrome\Application\360chrome.exe'
co = Options()
co.binary_location =wz
cdrr= "E:\\path\\cdrr.exe"
d=webdriver.Chrome(cdrr,options=co)
return d