First, call json.dumps(data_set) to create a string of a JSON object representing the contents of data_set . Next, call json.loads(json_object_string) ...
確定! 回上一頁