1、使用json轉換方法一、字典寫入txtpython import json dic = { 'andy':{ 'age': 23, 'city': 'beijing', 'skill': 'python' }, 'william': { 'age': ...
確定! 回上一頁