def __del__(self): print("bye-bye " + self.__str__()) 我們只有使用變數(variable) a 一個名稱,利用建構子Demo() 建立物件後呼叫hello() ,然後重新呼叫Demo() ...
確定! 回上一頁