You can add data to the Map after you create it with the help of the set method as shown below: const player = new Map(); player.set ...
確定! 回上一頁