摘要: 结果 F:\python_oldboy\Scripts\p\Scripts\python.exe F:/python_oldboy/geve/爬虫练习.pyGet https://www.python.org/ Get https://www.yahoo.com/ Get https://githu 阅读全文
posted @ 2018-04-15 17:46 滕虎 阅读(147) 评论(0) 推荐(0)
摘要: 图片下载 需要安装 (py3scrapy) C:\Users\Administrator.AK9VHAA9RRQ5EBC\Ten\Scripts>pip install pillow 链接 数据库 需要 安装 (py3scrapy) C:\Users\Administrator.AK9VHAA9RR 阅读全文
posted @ 2018-04-15 14:02 滕虎 阅读(105) 评论(0) 推荐(0)
摘要: 1 def parse(self, response): 2 aa = response.css('#archive.floated-thumb.post-thumb a::attr(href)').extract() 3 for i in aa: 4 print(i) 5 #res_select = re... 阅读全文
posted @ 2018-04-15 05:42 滕虎 阅读(112) 评论(0) 推荐(0)