摘要: 一、线程的概述 二、开启线程的两种方式 # 方式一:使用函数的方式开启 # from threading import Thread # import time # # def task(arg): # print('%s is running...'% arg) # time.sleep(1) # 阅读全文
posted @ 2019-02-10 12:52 名叫蛐蛐的喵 阅读(263) 评论(0) 推荐(0) 编辑