代码很少,自己去体会
from selenium import webdrever driver = webdrever.Chrome() url = "http://www.cnblogs.com/xuchunlin/p/5448655.html" driver.get(url)
代码不能运行,仅供参考。