python——裝飾器之二層與三層的區別

論如下三種裝飾器寫法的區別web @json_output #二層 @json_output() #三層 @json_output(indent=10) #三層(與第二個同樣) # encoding=utf-8 import json # deco_func 與 indent不會同時存在 def json_output(deco_func=None, indent=None): prin
相關文章
相關標籤/搜索