python 使用值来排序一个字典的方法 下面先看下python使用值排序字典的方法In[8]:a={'x':11,'y':22,'c':4}In[9]:importoperatorIn[10]:sorted(a.item python字典按值排序