摘要: 递归实现 while循环实现 while+yield实现 实现迭代器协议 ***** 迭代器协议:必须具有 __next__ 和 __iter__ 方法 可迭代对象有 __iter__ 方法,执行__iter__方法得到的就是迭代器 阅读全文
posted @ 2018-01-12 20:27 lixin[at]hitwh 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 闭包参考:http://blog.csdn.net/marty_fu/article/details/7679297 装饰器参考1:https://segmentfault.com/a/1190000007321935 ***** 装饰器参考2:http://blog.csdn.net/dreamc 阅读全文
posted @ 2018-01-12 00:46 lixin[at]hitwh 阅读(289) 评论(0) 推荐(0) 编辑