标签:pre style pos turn div return color blog def
def bett(f): def inner(): print(‘123‘) f() print(‘hello‘) return inner @bett def f(): print(‘abc‘) f()
装饰器函数
原文地址:https://www.cnblogs.com/xusuns/p/8448932.html