1. 程式人生 > >Python基礎7—常見關鍵字

Python基礎7—常見關鍵字

sel table 定義靜態方法 self cme 常見 類方法 SM style

關鍵字 具體說明
def 定義函數
class 定義類
self 類的成員函數的參數,代表實例(對象本身)
@staticmethod 定義靜態方法
@classmethod 定義類方法

Python基礎7—常見關鍵字