我有一个对象列表:
obj_map = [
{"editable": "true", "col_name": "numberEnds", "display": "true"},
{"editable": "false", "col_name": "id", "display": "false"},
{"editable": "true", "col_name": "store_code", "display": "true"},
{"editable": "true", "col_name": "store_id", "display": "true"}
]
会产生以下错误:
{"editable": "true", "col_name": "numberEnds", "display": "true"},
^
SyntaxError: invalid character in identifier
为什么在这种情况下将空格解释为无效字符?