摘要: import threading threads = [] threads.append(threading.Thread(target=线程1)) threads.append(threading.Thread(target=fun2)) threads.append(threading.Thre 阅读全文
posted @ 2020-10-24 17:48 TimTu 阅读(145) 评论(0) 推荐(0)