09 2017 档案

爬图交互界面及翻页初尝式
摘要:问题尚未完成,无法翻页且图片出不来,明天瞅瞅语法仔细盘盘逻辑 阅读全文

posted @ 2017-09-13 22:58 子不语怪力乱神 阅读(249) 评论(0) 推荐(0)

python爬虫之初步爬图程序
摘要:# -*- coding:utf-8 -*- import requests, re, os url = 'http://tieba.baidu.com/p/5307547413' header = { 'Accept': '*/*', 'Accept-Encoding':'gzip,deflate,sdch', 'Accept-Lan... 阅读全文

posted @ 2017-09-11 19:59 子不语怪力乱神 阅读(265) 评论(0) 推荐(0)