我正在读一本关于JS数据结构的书,它提到:
javascript中的数组被实现为对象,导致它们比使用其他语言(如C++和Java)构建的数组效率低.
为什么?
javascript arrays
arrays ×1
javascript ×1