python技巧
显示对象的所有属性
for attr in dir(ad):
... print attr+":"+str(getattr(ad,attr))

相关文章: