摘要: python线程 Threading用于特工线程相关的操作,线程是应用程序中工作最小的单元。 1 import threading 2 import time 3 def run(arg): 4 time.sleep(1) 5 print("Hello" + str(arg)) 6 for i in 阅读全文
posted @ 2016-06-21 19:22 WrYcF 阅读(187) 评论(0) 推荐(0)
Live2D