试试 my_dict = {f"key-{i}": i*3 for i in range(n)} ... total = sum(my_dict.values()) 我没环境测试 最想不通在无需过滤的情况下,求 total 为什么要跑个 for 累加器,抓着痛处打?