python 裝飾器總結

class Dec(object): @staticmethod def fundec(fun): print('1') def _fundec(*keys): print('2') fun(*keys) print('3') print('4')
相關文章
相關標籤/搜索