我们有一个超过75000个属性的对象.对象的格式如下:
// The key starts with 3 letters and then is followed by 8 numbers
var bigArray = {'AAA########':123456789,
'AAA########':123456790,
'AAA########':123456791
};
Run Code Online (Sandbox Code Playgroud)
JavaScript对象的属性数量是否已知?从我的测试中,该对象仍然适用于65500个元素.