大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...js中的对象。 var client:Object = new Browser.window.Demo1(); client.start(); } script.onerror = function():void { //加载错误函数 } Browser.document.body.appendChild(script); } } } ``` 然后在新建一个js文件,简单代码如下: ```javascript var Demo1=(function(){ function Clien...
来源: Laya2.0_文档 发布时间: 20210715
...w一个js中的对象 var client = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function(){ //加载错误函数 } Laya.Browser.document.body.appendChild(script); ``` 然后再新建一个js文件,简单代码如下: ```typescript var Demo1 = (function () { function Client...
来源: Laya2.0_文档 发布时间: 20210714
...个js中的对象 var client:any = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function():void{ //加载错误函数 } Laya.Browser.document.body.appendChild(script); } } new Main; ``` 然后再新建一个js文件,简单代码如下: ```typescript var Demo1 = (function (...
来源: Laya2.0_文档 发布时间: 20210715
...t) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下 ```javascript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlreq.responseType = "text"; xmlreq.onload = ...
来源: Laya2.0_文档 发布时间: 20210715
...t) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下: ```typescript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlreq.responseType = "text"; xmlreq.onload = f...
来源: Laya2.0_文档 发布时间: 20210715
...t) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下: ```typescript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlreq.responseType = "text"; xmlreq.onload = f...
来源: Laya2.0_文档 发布时间: 20210715