摘要: import sys height = 1 class Person(object): def __init__(self): pass @staticmethod def height(): print "1.80" @staticmethod def weigh(): print "120" print getattr(Person, "height") ... 阅读全文
posted @ 2018-08-25 23:53 ADChen 阅读(126) 评论(1) 推荐(0) 编辑