miu-wen

Results 1 comments of miu-wen
trafficstars

我想法这样。。。 ``` let obj = {1:222, 2:123, 5:888}; obj.length = 13; Array.apply(null,Array.prototype.slice.call(obj).slice(1)).map((item)=>item||null) ```