大约有 26 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...jurl:String = "Main.js?" + "r" + Math.random(); script.src = jurl; Browser.document.body.appendChild(script); 我采用这种方式不成功! 2018-01-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同...
来源: Laya_社区 发布时间: 20180127
...aya.Browser.createElement("video"); console.log(videoElement) Laya.Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; var html = '<source src="rtmp://rtmp.open.ys7.com/openlive/2245d47a94b54c73b...
来源: Laya_社区 发布时间: 20171031
... Laya.init(600,400); let body = laya.utils.Browser.document.body; let input = laya.utils.Browser.createElement("input"); input.type = "file"; input.id = "photo"; body.appendChild(input); Laya.loader.loa...
来源: Laya_社区 发布时间: 20161114
...ring = canvas.toDataURL("image/png"); var _webframe:*; _webframe = Browser.document.createElement("img"); _webframe.setAttribute('src', base64String); //_webframe.setAttribute('frameborder', 0); _webframe.setAttribute('width', "100%"); _webframe.setAttribute('height', "100%"); //_webframe.setAttribu...
来源: Laya_社区 发布时间: 20180103
...arge-------------------------4"); Laya.Browser.window.globalImage = window.document.createElement("img"); console.log("onCharge-------------------------5"); Laya.Browser.window.globalImage.onload=function() { console.log("onCharge-------------------------6"); } console.log("onCharge-----------------...
来源: Laya_社区 发布时间: 20170609
...理,代码如下: //创建原生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