{ 0: 'andy'; 1: 22; length: 2; } console.log({ 0: 'andy', 1: 22, length: 2, })
哪里有双引号?
对象里面用分号确定没写错?