To Convert dictionary to JSON you can use the json.dumps() which converts a dictionary to str object, not a json(dict) object! so you have ...
確定! 回上一頁