摘要: from selenium import webdriverd= webdriver.PhantomJS()d.set_page_load_timeout(10)d.set_script_timeout(10)#这两种设置都进行才有效 阅读全文
posted @ 2018-11-04 16:33 zhangsima 阅读(186) 评论(0) 推荐(0) 编辑