Python txt文件讀取寫入字典的方法(json、eval)

1、使用json轉換方法 一、字典寫入txtpython import json dic = { 'andy':{ 'age': 23, 'city': 'beijing', 'skill': 'python' }, 'william': { 'age': 25,
相關文章
相關標籤/搜索