大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0023 秒)
...Percent)更新进度条。 伪代码如下: var nPercent=0; var image1 = document.createElement('img'); image1.onload=function() { if(window.loadingView){ nPercent+=33; window.loadingView.loading(nPercent); } } image1.src = "a.png"; var image2 = document.createElement('img'); image2.onload=functio...
来源: Laya3.0_文档 发布时间: 20241024
...理,代码如下: //创建原生img对象 let img:any = Laya.Browser.document.createElement("img"); //设置样式 img.style = "position:absolute;left:10;top:10;cursor:pointer;"; //指定资源地址 img.src = Laya.URL.postFormatURL(Laya.URL.formatURL("resources/bg2.png")); //设置img元素的...
来源: Laya3.0_文档 发布时间: 20241014