It is possible to serialize a Python dict object to a JSON formatted string by using dumps from the json module: import json d = {"a": 3, ...
確定! 回上一頁