摘要: class Fab(object): def __init__(self ,max ): self.max =max self.n =0 self.a=0 self.b =1 def __iter__(self): #迭代器,表示为容器,相当于声明 return self def __next__( 阅读全文
posted @ 2019-07-30 13:26 tangjunjun 阅读(449) 评论(0) 推荐(0) 编辑
https://rpc.cnblogs.com/metaweblog/tangjunjun