基於類和基於函數的python多線程樣例

不斷的練,加深記憶吧。 #!/usr/bin/env python # -*- coding: utf-8 -*- import threading import time exitFlag = 0 def first_function(): print (threading.currentThread().getName() + \ str(' is S
相關文章
相關標籤/搜索