请问在函数内部使用时func()在python中是什么意思,例如在下面的代码中.
def identity_decorator(func): def wrapper(): func() return wrapper
python python-2.7
python ×1
python-2.7 ×1