建構子(constructor) 用來建立物件(object) ,當物件不需要被使用時,直譯器(interpreter) 會主動替物件呼叫__del__() 方法(method) ,這是物件自動銷毀的方法,也就是 ...
確定! 回上一頁