python爬取商品信息

老嚴要爬某網購網站的商品信息,正好我最近在學python,就一塊兒寫了一個簡單的爬蟲程序。html 需求:某網的商品信息,包括商品名,市場價和售價python 工具:python2.7.8,urllib2,reweb #coding = utf-8 import urllib2 import re path = "aaa.txt" f = open(path, 'w+') for i in
相關文章
相關標籤/搜索