Python 第十七天學習筆記

調縮進:ctrl + [     左              ctrl + ]     右 屬性訪問 property()  可以用屬性去訪問屬性?什麼意思。。。 >>> class C: def __getattribute__(self,name): print("getattribute") return super().__getattribute__(name) def __getat
相關文章
相關標籤/搜索