摘自:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string. An optional reviver function can be prov…