在使用上,for key in a和for key in a.keys():完全等价。 (2)遍历value值. >>> for value in a.values(): print(value) 1 2 3.
確定! 回上一頁