摘要:
#coding:utf-8 from selenium import webdriver import time url ='http://www.baidu.com' driver = webdriver.Chrome() driver.get(url) time.sleep(1) e=driver.find_element_by_xpath('//*[@id="lg"]/img') prin... 阅读全文
摘要:
#coding:utf-8 ''' Created on 2017年11月2日 @author: li.liu ''' import urllib import urllib2 import re for i in range(1,60): try: d={'shopId':'','page':'1'} d['shopId']=str(i) ... 阅读全文
摘要:
返回请求码判断 阅读全文
摘要:
输出 阅读全文