python,實現多線程

多線程: #-*- coding:utf-8 -*- import threading import time def target(): print("the current threading %s is runing"%(threading.current_thread().name)) seed = ["a", "b", "c"] for each in seed:
相關文章
相關標籤/搜索