文章分类 -  python 爬虫

摘要:1、什么是爬虫 2、爬虫的基本流程: 3、请求与响应: 4、requests 用爬虫实现登陆github import requests from bs4 import BeautifulSoup # 获取token r1 = requests.get('https://github.com/log 阅读全文
posted @ 2018-07-23 20:00 ivanthor