Tag decorator

Python 中的装饰器

一个简单的例子 # coding: utf8 from __future__ import print_function def decorator(func): def wrap(): print("I am doing some boring work before ...


Page 1 / 1