只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-12-11 16:03 热爱技术的小牛 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 我定义了带有yield的函数,调用是报错: mygenerator().next()AttributeError: 'generator' object has no attribute 'next' 原因是在python 3.x中 generator(有yield关键字的函数则会被识别为gener 阅读全文
posted @ 2017-12-11 15:57 热爱技术的小牛 阅读(772) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-12-11 14:31 热爱技术的小牛 阅读(1) 评论(0) 推荐(0) 编辑
热爱技术的小牛