forEach(function(item, index, array){ item.age = item.age + 1; // forEach 就 ... var ans = people.some(function(item, index, array){ return ...
確定! 回上一頁