var stringified = JSON.stringify(data); var parsedObj = JSON.parse(stringified); console.log(parsedObj);
確定! 回上一頁