一個理解裝飾器很好的例子

啥也不說了,直接看圖: 另外符文函數學習內容: #把foo1看成一個變量,指向函數對象 def foo1(num): return num+1 print (foo1(3)) #foo2指向另外一個函數 def bar(): return 'Bar' foo2=bar print (foo2()) #函數作爲返回值 def foo3(): return 2 def ba
相關文章
相關標籤/搜索