摘要:
2024.4.2 修饰器 简化 import time def time_sleep(): #函数停止运行多长时间 start = time.time() time.sleep(5) print('from time_sleep ') end = time.time() print(end - st 阅读全文
posted @ 2024-04-02 19:43
adam12138
阅读(23)
评论(0)
推荐(0)
浙公网安备 33010602011771号