時光很短暫

导航

 

2022年1月10日

摘要: 装饰器的简易版本 # 统计函数的执行时间 import time def index(): time.sleep(2) print('from index') def home(): time.sleep(3) print('from home') def outer(func): # func = 阅读全文
posted @ 2022-01-10 14:43 時光很短暫 阅读(39) 评论(0) 推荐(0)