Depending on whether it's a sparse or a dense array, JS either uses a simple C array of pointers (to objects, anything in JS is an object) or a key-value map.
確定! 回上一頁