会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
g7y12
博客园
首页
新随笔
联系
管理
2021年7月16日
多线程处理爬虫
摘要: 爬取某网站部分信息,由于页面过多,采用多线程方式,提高爬取速度,完整代码如下 #!/usr/bin/env python # -*- coding:utf-8 -*- import requests from bs4 import BeautifulSoup as Bs4 import thread
阅读全文
posted @ 2021-07-16 15:18 g7y12
阅读(66)
评论(0)
推荐(0)
编辑
公告