大约有 15 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
..." }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); ``` 上面这个方法是用了浏览器自身提供的方法来把二进制...
来源: Laya2.0_文档 发布时间: 20210715
..." }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); ``` 上面这个方法是用了浏览器自身提供的方法来把二进制...
来源: Laya2.0_文档 发布时间: 20210714
..." }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); ``` 上面这个方法是用了浏览器自身提供的方法来把二...
来源: Laya2.0_文档 发布时间: 20210714
...为LayaNative运行环境的,伪代码如下所示: ```javascript if(window.conch) { ...加载 "soundConfig-LayaPlayer.json" } else { ...加载 "soundConfig-json" } SoundManager.playSound(soundJson[0].url,1); .... SoundManager.playSound(soundJson[1].url,1); ``` **Tips** *1、conch只能LayaNativ...
来源: Laya2.0_文档 发布时间: 20210715
...无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页面提供了一个 worker 支持的全局函数列表。开发者可...
来源: Laya2.0_文档 发布时间: 20210715
...ta = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya2.0_文档 发布时间: 20210714
...ta = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya2.0_文档 发布时间: 20210715
...ta = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya2.0_文档 发布时间: 20210715
...无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页面提供了一个 worker 支持的全局函数列表。开发者可...
来源: Laya2.0_文档 发布时间: 20210715
...无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页面提供了一个 worker 支持的全局函数列表。开发者可...
来源: Laya2.0_文档 发布时间: 20210715