原因是dict.keys()的返回结果不再是一个list了 python3的keys(), values(), items()返回的都是迭代器,如果需要像Python2一样返回列表,只要传给list就行了: