... which is the value 0 for all of the kinds of typed arrays: const a1 = new Int8Array(3); console.log(a1); // Int8Array(3): [0, 0, 0] When you assign ...
確定! 回上一頁