import React from "react"; const str = `{"name": "abc","messages":["msg 1","msg 2","msg 3"],"age":100} `; const myObject = JSON.parse(str); ...
確定! 回上一頁