摘要: 1.多线程 # -*- coding: utf-8 -*- import threading import time def print_hello_world(): print("hello-world") def concurrent_hello_world(n): threads = [] # 阅读全文
posted @ 2024-10-20 21:39 tt_贝塔 阅读(0) 评论(0) 推荐(0) 编辑