Skip to content

Files

Latest commit

 

History

History
4 lines (2 loc) · 179 Bytes

File metadata and controls

4 lines (2 loc) · 179 Bytes

拼接类型化数组(Concatenate typed arrays)

给定一个 Uint8Array 数组,请写一个函数 concat(arrays) ,将数组拼接成一个单一数组并返回。