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
相关文章
相关标签/搜索