function isArray (value) { return value && typeof value === 'object' && value.constructor === Array; } // ES5 actually has a method for this ...
確定! 回上一頁