Maps are an instance of Javascript's Object class that can only be created using the constructor: let map = new Map() ... map.set(1, 1)
確定! 回上一頁