(js)isObject. // null, undefined 不會通過 function isObject(value){ return value === Object(value); } var data = [undefined, null, 1, 'hi', ...
確定! 回上一頁