-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
var obj = {
'2': 3,
'3': 4,
'length': 2,
'splice': Array.prototype.splice,
'push': Array.prototype.push
}
obj.push(1)
obj.push(2)
console.log(obj)
结果:[,,1,2], length为4
伪数组(ArrayLike)
kangkai124, corala, Xu-Angel, Ou24689, nonespace and 9 moreDecadeFarewell, zhibo-wang, anjohnlv, CatTian, 252860883 and 41 morezzllover, towavephone and yoke0104xzh-lc