1. 最簡單的方式:. print(dict). 結果: · 2. 逐個列印key:. for key in dict.keys(): print('key = {}'.format(key)). 結果: · 3. 逐個列印value:. for ...
確定! 回上一頁