我正在使用api調用格式爲「title」的電影評論:[rating,review]。使用json.loads()函數後的JSON列表看起來是這樣的:如何在json字典中的列表中調用值
listResult: {'Shawsank Redemption': [10, 'I love this movie so much'], 'Tropic Thunder': [9,'This was an awesome movie for sure'], 'Ted': [8, 'Hilarious throughout the entire movie']}
我不得不返回收視率最高的電影,我假設我必須使用一個for循環來找到最大值,但我不確定如何訪問列表中的評分值
你發佈的內容不是有效的python對象。什麼是'listResult'? – timgeb
答案是否解決了你的問題,還有什麼不清楚的地方? – timgeb