摘要: 有传入值以及有返回值的多线程 代码实例 # -*- coding:utf-8 -*- # 线程使用的方式一 from threading import Thread import time # 需要多线程运行的函数 def sum_num(b_data,e_data): num = b_data+e 阅读全文
posted @ 2022-07-20 18:22 时丶一 阅读(415) 评论(0) 推荐(0)