Normal view

There are new articles available, click to refresh the page.
Yesterday — 23 December 2024Main stream

初学者对于 Python 爬虫的小疑惑

By: Henrysun
23 December 2024 at 13:32
Henrysun:

最近在学习 python 爬虫:使用 pyrequests 对一个文档中的 url 逐行进行前端数据爬取,再通过 Beautifulisoup 简单处理后输出到本地 txt 中。

但是在执行过程中发现平均 3s-5s 才能处理完成一个 url,是因为我的脚本流程问题,还是其他原因?希望有大佬可以解答一下,非常感谢

❌
❌