python--list,str,dict,json互換用法實例

這幾種類型比較常見,在這裏結合稍微總結一下。 1. list 轉 string str()方法不不能轉出list列表值,會包含其他無關符號如‘[',用join的方法會將列表元素分隔開。 2. string 轉 list 直接調用append方法插入list列表 3. dict 轉 json數據 import json Dict = {"a":2, "b":3} jsonData = json.
相關文章
相關標籤/搜索