Python Language JSON Module Creating JSON from Python dict. Example#. import json d = { 'foo': 'bar', 'alice': 1, 'wonderland': [1, 2, 3] } json.dumps(d).
確定! 回上一頁