摘要: 装饰器 装饰器的推导过程 # 方案一: 代码冗余有,,如果很多地方调用index # def index(x): # time.sleep(2) # print('welcome to %s' % x) # # start = time.time() # index(11) # stop = tim 阅读全文
posted @ 2021-07-01 15:17 剧终cur 阅读(39) 评论(0) 推荐(0)