04 2025 档案

摘要:目录基本使用start、join自动打分案例 基本使用start、join import threading import time def wash_glass(): print("开始洗碗") time.sleep(3) print("洗碗完成") def wash_clothes(): pri 阅读全文
posted @ 2025-04-03 23:20 CodeCraftsMan 阅读(8) 评论(0) 推荐(0)