摘要: 一、检查isinstance(obj,cls)和issubclass(sub,super) 二、反射python面向对象中的反射:通过字符串的形式操作对象相关的属性 class Foo(object): staticField = "old boy" def __init__(self): self 阅读全文
posted @ 2017-04-25 20:26 天行健风行云 阅读(474) 评论(0) 推荐(0) 编辑