[].fill.call({ length: 3 }, 4); // {0: 4, 1: 4, 2: 4, length: 3}怎么是這樣的結果
數組方法fill():[].fill.call({ length: 3 }, 4);
斯蒂芬大帝
2018-08-09 11:10:06
