摘要:
php 阅读全文
posted @ 2019-04-30 15:51
leo0362
阅读(348)
评论(0)
推荐(0)
摘要:
class WeatherPipeline(object): def process_item(self, item, spider): print(item) return item #插入到redis import redis import json class RedisPipeline(object): def __init__(self... 阅读全文
posted @ 2019-04-30 15:50
leo0362
阅读(125)
评论(0)
推荐(0)