标签: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