摘要: 一 classmethod staticmethod classmethod 和staticmethod的区别 classmethod:我们把它叫做类方法 staticmethod:我们把它叫做静态方法 在python中,静态方法和类方法都是可以通过类对象和类对象实例访问,但是区别是: 1.@cla 阅读全文
posted @ 2017-08-16 20:39 NeitherCandidate 阅读(257) 评论(0) 推荐(0) 编辑