To convert a `Map` to JSON, use the `Object.fromEntries()` method to convert the `Map` to an object. Pass the object to the `JSON.stringify()` method.
確定! 回上一頁