030_Python3 decorators 模块
摘要:
import time # 都不带参数 def dinner(func): def wrapper(): start_time = time.time() print('饭前洗了一次手!') func() print('饭后擦了一下嘴!') end_time = time.time() print( 阅读全文
posted @ 2021-04-07 19:46 芦苇の 阅读(68) 评论(0) 推荐(0)
浙公网安备 33010602011771号