基本上,我想打印一个躺在这里的对象:
let array = [
[{property: 'text',
property2: 'text'}],
{ property3: 'text',
property4: 'text'}];
谢谢。
想通了。
console.log(array[position].property)