摘要: 下载页面 http://www.google.cn/chrome/browser/desktop/index.html?standalone=1&platform=win64 windows 64位 http://www.google.cn/chrome/browser/thankyou.html? 阅读全文
posted @ 2018-05-31 10:31 流云飞虹 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1、凡是可作用于for循环的对象都是Iterable类型; 2、凡是可作用于next()函数的对象都是Iterator类型,它们表示一个惰性计算的序列; 3、集合数据类型如list、dict、str等是Iterable但不是Iterator,不过可以通过iter()函数获得一个Iterator对象。 阅读全文
posted @ 2018-05-31 10:12 流云飞虹 阅读(166) 评论(0) 推荐(0) 编辑