可以的。例:d = {'1':'one','2':'two','3':'three'}last = d.values()[2]second = d['2']print(last)print(second)输出:twotwo明白了吗?还没有的话可以追问