After you create a map, you can use the set() method to insert elements to it. ... Map with object key let map2 = new Map(); let obj = {}; map2.set(obj, ...
確定! 回上一頁