Python values()与itervalues()的用法详解 dict对象有一个values()方法,这个方法把dict转换成一个包含所有value的list,这样,我们迭代 itervalues