共1篇相关文章
简单实现多线程 import threading import time def sing(sing): for i in range(5): print(" sing() {}".for...