parse Will a JSON String conversion to JavaScript object . JSON.parse('{"hello":"\world"}'). Above code output : { hello: "world" }.
確定! 回上一頁