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小张 阅读(225) 评论(0) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3