新手小白:python3中如何遍历列表中的字典的value并存放到一个变量中,最好是循环遍历

2024-12-16 18:32:12
推荐回答(1个)
回答1:

values_list = [for value in _dict.values() for _dict in _list]