摘要: #-*- coding:utf-8 -*-##D.has_key(k): A predicate that returns True if D has a key k.##D.items(): Returns the contents of dictionary D as a list of two-element tuples(k,v),##D.iteritems():Returns an iterator that generates the values from dictionary D as##a sequence of two-element tuples(k,v).##signa 阅读全文
posted @ 2013-08-22 10:44 Alex-Zeng 阅读(341) 评论(0) 推荐(0) 编辑