def displayStudent(self): print("姓名= " + self.name) print("成績= " + str(self.grade))上述程式碼使用 ... 建構子和方法的 self 變數在 Python 類別建構子和方法 ...
確定! 回上一頁