python爬虫 使用selenium+phontomjs 模拟点击输入 获取东航加载后的源码 机票价格
#coding:utf8fromseleniumimportwebdriverimporttimedriver=webdriver.PhantomJS()driver.get('http://www.ceair.com/flight2014/pvg-nay-171201_CNY.html')time.sleep(1)driver.save_screenshot('5.png')#定位到出发城市框e