python-多線程基礎練習4

#coding=utf-8 import threading from time import sleep,ctime class MyThread(threading.Thread): def __init__(self,func,args,name=''): threading.Thread.__init__(self) self.name=name
相關文章
相關標籤/搜索