log(logId, `Filling buffer ${bufferId}`); for (let n = 0; n < buffer.length; ++n) { buffer[n] = Math.floor(Math.random() * 256); } log(logId, ...
確定! 回上一頁