会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
Outsrkem
博客园
首页
新随笔
管理
2020年11月5日
Python 多线程
摘要: import threading import time def userTest(aa,bb): print(aa) time.sleep(3) print(bb) if __name__ == '__main__': threads = [] # target=执行的函数,args=传给函数的值
阅读全文
posted @ 2020-11-05 21:19 Outsrkem
阅读(94)
评论(0)
推荐(0)
公告