module.exports.contains = function(arr, target) { return arr.indexOf(target) > -1; } 我们很强真肉蛋