摘要: # l = [1,2,3]# l.__iter_() #iter(l)# Decorator:it's a function and can add additional functions for other functions# Two principles:#. 1): can't modif 阅读全文