var map = [] for (var i=0; i < nums.length; i++) { console.log(nums[i], i) if (map.includes(nums[i])) { map.splice(map.
確定! 回上一頁