标签:http blog ngx tail python tps log csdn 装饰器
1.不需要改变原函数
2.也不需要反复调用新的函数,原函数的新功能才能生效
3.以@deco标注后,原函数就被注入了新功能
4.可以有不定函数的装饰器
5.一个函数可以有多个装饰器
以下博文讲得很清楚
https://blog.csdn.net/xiangxianghehe/article/details/77170585
标签:http blog ngx tail python tps log csdn 装饰器
原文地址:https://www.cnblogs.com/mudtata/p/9384721.html