会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我
多读,多练,多记
博客园
首页
新随笔
联系
管理
订阅
2018年6月11日
Python 线程启动的四种方式
摘要: ```python import threading,_thread def action(i): print(i **32) #带有状态的子类 class Mythread(threading.Thread): def __init__(self, i): self.i = i threading.Thread.__init__(self) ...
阅读全文
posted @ 2018-06-11 13:34 大头大头灬下雨不愁
阅读(1984)
评论(0)
推荐(0)
编辑
公告