if (typeof(Array.isArray) !== 'function') {. Array.isArray = function(value) {. return Array.prototype.toString.apply(value) === '[object Array]';. }.
確定! 回上一頁