from selenium import webdriverd= webdriver.PhantomJS()d.set_page_load_timeout(10)d.set_script_timeout(10)#这两种设置都进行才有效