the following figure is obtained in Chrome:
question:
first of all, str represents a json string, which should be no doubt . Then I run eval ("({"ok": "true"})) and return {ok: "true"} . How is this implemented? I went to see what I saw in the source code of a project written by someone else. I don"t know, so please let me know ~
