python中的yield什么用法

参考:

https://blog.csdn.net/dcrmg/article/details/78128041

https://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/index.html

 

我的总结:

yield类似return,

但是用yield的函数其实是一个生成器。

什么是生成器?

答:https://eastlakeside.gitbooks.io/interpy-zh/content/Generators/Generators.html

posted @ 2019-07-25 13:14  bH1pJ  阅读(20)  评论(0编辑  收藏  举报