3 2 34 226 __ob__ Observer0 21 342 226length 3__ob__ Observer value Array3 dep Dep vmCount 0Prototype Array怎么取第0个元素
要取第0个元素,可以使用数组索引操作符 [],如下所示:
arr[0]
在这个例子中,可以使用以下代码取第0个元素:
[2, 34, 226][0]
原文地址: https://www.cveoy.top/t/topic/byEW 著作权归作者所有。请勿转载和采集!