2020
12-18
12-18
python 爬虫爬取京东ps4售卖情况
代码#!/usr/bin/envpython#-*-coding:utf-8-*-#@File:HtmlParser.py#@Author:赵路仓#@Date:2020/3/17#@Desc:#@Contact:398333404@qq.comimportjsonfromlxmlimportetreeimportrequestsfrombs4importBeautifulSoupurl="https://search.jd.com/Search?keyword=ps4&enc=utf-8&wq=ps4&pvid=cf0158c8664442799c1146a461478c9c"head={'authority':'search.jd.com','method':'GET','path':'/s_new.php...
继续阅读 >