大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...matURL("resources/bg2.png")); //设置img元素的属性 img.setAttribute("onclick", "this.style.display=\'none\'"); //添加到页面 Laya.Browser.document.body.appendChild(img); 我们把bin目录下index.html中的DOM代码删掉,并且把bg2.png剪切到assets的resources目录下,再次发...
来源: Laya3.0_文档 发布时间: 20241014
...Buffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data va...
来源: Laya3.0_文档 发布时间: 20241014