摘要:
# 装饰器执行的过程 import time # time.sleep(5) # print(time.time()) # 获取当前时间 ''' 计算函数的执行时间 ''' def func(): time.sleep(0.1) print('老板好,大家好') def timmer(f): def 阅读全文
posted @ 2019-08-12 21:12
喝着假酒写bug
阅读(129)
评论(0)
推荐(0)