摘要: 1 # coding=utf-8 2 from urllib import request 3 import requests 4 import re 5 # 断点调试 6 # class Spider(): 7 # url='https://www.panda.tv/cate/lol' 8 # root_pattern='[\s\S]*?'#?是贪婪,非贪婪,... 阅读全文
posted @ 2018-05-16 21:11 人无远虑 阅读(483) 评论(0) 推荐(0) 编辑
摘要: requests https://www.cnblogs.com/lei0213/p/6957508.html 我是看的上边的网址学习的 目前分不清get跟post的区别!以后再补充,刚开始,先写着为了后边的查询 用这个request方法 import requests response = req 阅读全文
posted @ 2018-05-16 21:09 人无远虑 阅读(189) 评论(0) 推荐(0) 编辑