摘要: 参考网址: Python中的各种装饰器详解_python_脚本之家http://www.jb51.net/article/63892.htm 一、函数式装饰器: 1、装饰器无参数,被装饰对象无参数 2、装饰器无参数,被装饰对象有参数 3、装饰器有参数,被装饰对象无参数 如果装饰器有默认参数,则用@a 阅读全文
posted @ 2016-08-21 13:21 hb91 阅读(355) 评论(0) 推荐(0) 编辑
摘要: Difference between @staticmethod and @classmethod in Python - Python Centralhttp://pythoncentral.io/difference-between-staticmethod-and-classmethod-in 阅读全文
posted @ 2016-08-21 10:16 hb91 阅读(240) 评论(0) 推荐(0) 编辑