随笔分类 - python
摘要:主要就是beautifulsoup的一些用法 但现在还是局限于:1.只能爬网页端 2.只能爬网页端存在超链接的地方 所以爬到的数据不多,要爬手机端还得接着学手机各种协议各种包的知识,还有很长的路 import time import requests import re from bs4 impor
阅读全文
摘要:初步学习尝试爬了一下自己的博客 不得不感叹python的各种库和函数是真多 代码量是真少 import time import requests import re from bs4 import BeautifulSoup session = requests.Session() i1 = ses
阅读全文

浙公网安备 33010602011771号