close

 

 
Array.isArray([]); // true
Array.isArray([1]); // true
Array.isArray(newArray()); // true
Array.isArray(); // false
Array.isArray({}); // false
Array.isArray(null); // false
Array.isArray(undefined); // false
 
 
if (Array.isArray(datas)) {
console.log('array');
}

 

arrow
arrow
    全站熱搜
    創作者介紹

    Chill_Radio 發表在 痞客邦 留言(0) 人氣()