class Example: # 定義一個private 的class variable __internal_counter = 0 # 建構子,當有產生物件時, __internal_counter 加1 def __init__(self ...
確定! 回上一頁