📜  数组的缺点 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:35.383000             🧑  作者: Mango

代码示例2
Size Limit: We can store only fixed size of elements in
the array. It doesn't grow its size at runtime. To solve this
problem, collection framework is used in java.