会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我
多读,多练,多记
博客园
首页
新随笔
联系
管理
订阅
06 2018 档案
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
大头大头灬下雨不愁
阅读(2008)
评论(0)
推荐(0)
公告