fefeng
Results
1
comments of
fefeng
 类数组对象这块应该是带length属性和若干索引属性的对象 ```js const obj = {0: 'a', 1: 'b', 2: 'c', length: 3} ```