码迷,mamicode.com
首页 > 编程语言 > 详细

检查是不是数组的方法

时间:2019-05-03 14:25:49      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:alt   image   col   http   info   数组   rip   ons   console   

1  <script>
2         var arr = [5, 4, 2, 1, 3, 6, 8, 7];
3         console.log(Array.isArray(arr));//true       
4  </script>

语法

Array.isArray(arr)

 

源图片

技术图片

 

检查是不是数组的方法

标签:alt   image   col   http   info   数组   rip   ons   console   

原文地址:https://www.cnblogs.com/andyZhang0511/p/10805014.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!