python 中的字典可看為一個鍵: 值配對的無序集合,可以用關鍵字(Key) 進行索引建立一個字典,三種方法: * {key: value, ...} * dictonary 建構子constructor * dictionary ...
確定! 回上一頁