摘要: 1. 编程语言里面的任务和线程是很重要的一个功能。在python里面,线程的创建有两种方式,其一使用Thread类创建 # 导入Python标准库中的Thread模块 from threading import Thread # 创建一个线程 mthread = threading.Thread(t 阅读全文
posted @ 2020-04-05 18:58 cknds 阅读(4901) 评论(0) 推荐(1) 编辑