From the MDN entry: The JSON.stringify() method converts a JavaScript object or value to a JSON ... JSON.stringify(myObject); console.log(myObjectAsString); ...
確定! 回上一頁