Property names must be double-quoted strings. You cannot use single-quotes around properties, like 'foo'. JSON.parse("{'foo': 1}"); ...
確定! 回上一頁