這樣的名稱。 import threading,time. def worker(): count = 1 while True: if count >= 4: break time.sleep(2) count += 1 print(“thread name ...
確定! 回上一頁