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