摘要: print dic.items() #[('a', 'hello'), ('c', 'you'), ('b', 'how')] print dic.iteritems() #<dictionary-itemiterator object at 0x020E9A50> 深究:iteritor是迭代器的 阅读全文
posted @ 2017-08-01 14:35 字节跳动 阅读(217) 评论(0) 推荐(0) 编辑