Python装饰器语法糖 Python装饰器语法糖代码示例####装饰器的固定格式##普通版本deftimer(func):definner(*args,**kwargs):'' python装饰器语法糖