替換python字典中的key值方法

好比下列方案spa

a = {"a":1} #變成
a = {"b":1} #方法
a["b"]=a.pop("a")

即:在保留value不變的狀況下,替換key值.net

相關文章
相關標籤/搜索