import json import csv //string_data is your string in csv format json.dumps(list(csv.DictReader(string_data.splitlines(), delimiter=",")))
確定! 回上一頁