建立一個空Set new Set() // 建立一個Set 並初始化 new Set(iterable). 使用範例: var mySet = new Set(); // add() 用來新增元素 mySet.add(1); ...
確定! 回上一頁