摘要: 官方介绍:https://docs.python.org/zh-cn/3.9/library/threading.html 一条简单的线程 loading加了括号会运行方法,而不是成为一条线程 import threading import time def loading(i): # 无线循环的一 阅读全文
posted @ 2021-12-03 15:00 哇!彦祖 阅读(67) 评论(1) 推荐(0)