摘要: demo import threading import time def print_thread_info(thread_name): """线程函数,打印线程名称和ID以及一些文本""" for i in range(3): time.sleep(1) thread_id = threadin 阅读全文
posted @ 2024-01-24 10:00 __username 阅读(581) 评论(0) 推荐(0)