containsObject.js. function containsObject(obj, list) {. for (var i = 0; i < list.length; i++) {. if (list[i] === obj) {. return true;. }.
確定! 回上一頁