Argument: Typed Array or Array-like object const ta1 = new Uint8Array([0, 1, 2]); ... Typed Arrays don't have a method .concat() , like normal Arrays do.
確定! 回上一頁