在Python 2.x 中, dict 實例的 items 、 keys 、 values 會傳回 list ,而在Python 3.x 中,它們會傳回 dict_items 、 dict_keys 、 dict_values ,這些物件是可以進行 ...
確定! 回上一頁