摘要:
import threading from time import ctime,sleep class MyThread(threading.Thread): """自定义多线程类""" def __init__(self,func,args,name=''): threading.Thread._ 阅读全文
posted @ 2022-05-24 02:16
footmark89
阅读(77)
评论(0)
推荐(0)
浙公网安备 33010602011771号