You can convert a typed array to a regular array by using Array.prototype.slice. var typedArray = new Uint8ClampedArray([1, 2, 3, ...
確定! 回上一頁