两个方法:
1、指定浏览器路径
browser = webdriver.PhantomJS(executable_path=r'E:phantomjsinphantomjs')
2、将phantomjs.exe放到所运行的python的Scripts文件夹下