but json.loads(data) would refuse this as json require double quotes. You can use ast.literal_eval() instead.
確定! 回上一頁