2022年10月14日

摘要: In [1]: from threading import Thread def fun(t): """ //执行函数体 //t:时间 """ v = int(9.8 * (t ** 2)) return v class MyThread(Thread): def __init__(self, ti 阅读全文

posted @ 2022-10-14 17:55 cc小张 阅读(166) 评论(0) 推荐(0) 编辑


Copyright © 2024 cc小张
Powered by .NET 8.0 on Kubernetes