我有此列表
compileSdkVersion 27
buildToolsVersion "27.1.0"
现在,我想根据每个名称的最高分获得整个字典。
我的预期输出是:
result = [{"name": "A", "score": 35, "other_details": ""},
{"name": "A", "score": 60,"other_details": ""},
{"name": "B", "score": 45, "other_details": ""},
{"name": "B", "score": 34, "other_details": ""},
{"name":"C", "score": 65, "other_details": ""}]
答案 0 :(得分:0)
使用AzureWebJobsStorage
例如:
{
"ConnectionStrings": {
"AzureWebJobsStorage": "{storage connection string}"
}
}
输出:
AzureWebJobsStorage