python

超轻量级php框架startmvc

python 字典 按key值大小 倒序取值的实例

更新时间:2020-06-09 14:06:01 作者:startmvc
如下所示:viedoUrl_dict={1:'hello',2:'python',3:'nihao'}bit_list=sorted(viedoUrl_dict.keys())bit_list.reverse()fork

如下所示:


viedoUrl_dict = {1:'hello',2:'python',3:'nihao'}
bit_list = sorted(viedoUrl_dict.keys())
bit_list.reverse()
for key in bit_list:
 m3u8_url = viedoUrl_dict[key]
 print(m3u8_url)

以上这篇python 字典 按key值大小 倒序取值的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

python 字典 key值