判断一个变量是否是数组用instanceof2018-12-20 本文已影响0人 wait_cynthia js代码 var arr = [1,2, 3] console.log(arr instanceof Array) // 如果输出true代表arr是数组