摘要: 线程的其他方法: Threading.current_thread() #当前线程对象 GetName() 获取线程名 Ident 获取线程id Threading.Enumerate() #当前正在运行的线程对象的一个列表 Threading.active_count() #当前正在运行的线程数量 阅读全文
posted @ 2019-01-14 21:49 Yeokrin 阅读(185) 评论(0) 推荐(0) 编辑