摘要: class Test(object): clsAttr = 'as' @classmethod def clsMethod(cls, attr): cls.clsAttr = at... 阅读全文
posted @ 2018-05-18 00:27 cn_wk 阅读(45) 评论(0) 推荐(0)