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