當Python 看到一個attribute 後,會到該object 一個內建的attribute dict 中尋找, ... class Account: def __init__(self, number, name): # constructor self.number ...
確定! 回上一頁