摘要:
# __author: "ZXYang"# date: 2020/5/11# import threading# import time### class MyThread(threading.Thread):## def __init__(self, num):# threading.Thread 阅读全文
posted @ 2020-12-20 16:25
zxy_ang
阅读(73)
评论(0)
推荐(0)
摘要:
# __author: "ZXYang"# date: 2020/5/11import threadingimport timedef mu(func): # print(threading.current_thread()) for i in range(2): print('Begin1 %s. 阅读全文
posted @ 2020-12-20 16:23
zxy_ang
阅读(66)
评论(0)
推荐(0)