会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
田园里的--小蟋蟀
我在青春的田野上播种勤奋与努力,希望能在未来收获成熟与睿智……
博客园
首页
新随笔
联系
管理
2020年2月12日
threading 两种调用方法
摘要: 方法一:建议使用,比较方便简单 import threadingimport timedef runthreading(n): print('run...',n) time.sleep(2)t1 = threading.Thread(target=runthreading,args=("thread
阅读全文
posted @ 2020-02-12 21:51 运维魔法师
阅读(516)
评论(0)
推荐(0)
编辑
公告