#coding=utf8 #获取到的数据库ip,和负载数据,需要按照负载情况排序 a={u'1.8.1.14': [379, 368, 361, 358, 1363], u'9.2.4.3': [426395, 376858, 397480, 405858, 377906], u'1.11.7.2': [4939, 3812, 2246, 4839, 19175]} def one(): b={} #不加后面那个值,有可能最后一个值还没有获取完全 for i in a: b[i]=a[i][0]