会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
超香Q的五香卤猪脚
博客园
首页
新随笔
联系
订阅
管理
2020年9月7日
爬虫(六)多线程爬虫
摘要: 创建多线程类 import threading # 引入多线程模块 import time def run(name): print(name,"线程执行了!") time.sleep(5) # 创建2个线程对象 t1 = threading.Thread(target=run,args=("t1"
阅读全文
posted @ 2020-09-07 09:41 Binzichen
阅读(323)
评论(0)
推荐(0)
编辑
公告