python 返回字典值最大的键

    技术2022-08-01  68

    dict={'首页': '736355', '新闻详情页': '898165'} print(max(dict, key=dict.get))
    Processed: 0.008, SQL: 9