var arr = ['cats', 'giants', 'daughters', 'ice']; var min = Math.min.apply(Math, arr.map(function(str) { return str.length; } ...
確定! 回上一頁