The set() method stores multiple values in the typed array, reading input ... var uint8 = new Uint8Array(buffer); uint8.set([1,2,3], 3); ...
確定! 回上一頁