摘要: 1 import requests 2 from lxml import etree 3 from selenium import webdriver 4 import time 5 import pymongo 6 7 8 client=pymongo.MongoClient('localhost',27017) 9 DB=client['闲鱼'] 10 #url_lis... 阅读全文
posted @ 2017-12-15 17:51 不可叽叽歪歪 阅读(342) 评论(0) 推荐(0) 编辑