练习
请设计一个decorator,它可作用于任何函数上,并打印该函数的执行时间:
# -*- coding: utf-8 -*-
import time, functools
本文标题:装饰器
本文链接:https://www.haomeiwen.com/subject/afbwnqtx.html
网友评论