當Python 看到一個attribute 後,會到該object 一個內建的attribute dict 中 ... class A(object): def __init__(self,*args, **kwargs): print "init %s" %self.
確定! 回上一頁