Loading

摘要: import threading import time def userTest(aa,bb): print(aa) time.sleep(3) print(bb) if __name__ == '__main__': threads = [] # target=执行的函数,args=传给函数的值 阅读全文
posted @ 2020-11-05 21:19 Outsrkem 阅读(94) 评论(0) 推荐(0)