大约有 13 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0032 秒)
...微博 QZONE 微信 慢先生 赞同来自: package { import laya.display.Input; import laya.display.Sprite; import laya.display.Stage; import laya.ui.Panel; import laya.utils.Browser; import laya.webgl.WebGL; public class Yj_Customer ...
来源: Laya_社区 发布时间: 20180612
...nput控件。 <input id="fileInput" type="file" accept="image/*" style="display: none;" onchange="filechage(this.files)"> 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 1....
来源: Laya_社区 发布时间: 20170626
...件选择框 index.html里有 <input type="file" id="btn_file" style="display:none"> 使用document.getElementById("btn_file").click()不能弹出文件选择框 在console里面输入document.getElementById("btn_file").click()能弹出 2018-09-14 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180914
...oad-wrap" id="upload" style="left: 0px; top: 0px; width: 0px; height: 0px; display: none;"> <input type="file" class="upload-pic" id="upFile" accept="image/jpeg,image/png" value="upload Img"> <span class="upload-text"></span> </div> 我在html 里面添加...
来源: Laya_社区 发布时间: 20170116
...n id="btn">上传</button> <input type="file" id="file" style="display: none;"></input> <script type="text/javascript"> var btn = document.getElementById('btn'); btn.addEventListener('click', function(){ document.getElementById("file").click(); }); </script> </bod...
来源: Laya_社区 发布时间: 20170511
...弹出和收回状态。 参考代码如下:package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.text.TextField; import flash.text.TextFieldType; import flash.ui.Ke...
来源: Laya_社区 发布时间: 20151225
...交 2 个回复 小小泽 จุ บ 赞同来自: 你把libs->laya->display里的input文件替换成我下面给你的文件 Input.zip 2020-09-25 0 0 分享 微博 QZONE 微信 135*****830 赞同来自: 2.7版本 没有input文件了好像 还是我没搜到? 没找到呢 2020-11-05 0 1 ...
来源: Laya_社区 发布时间: 20200923
...值。*/ static REMOVED: string; /** 定义 display 事件对象的 type 属性值。*/ static DISPLAY: string; /** 定义 undisplay 事件对象的 type 属性值。*/ static UNDISPLAY: string; /** 定义 erro...
来源: Laya_社区 发布时间: 20170601
...链接 提交 1 个回复 Laya_Aaron 赞同来自: package { import laya.display.Sprite; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(500,500);//初始化引擎 var skins:Array = [ "res/button-1....
来源: Laya_社区 发布时间: 20180529
...看是什么原因么? 具体代码: package { import laya.display.Text; import laya.events.Event; import laya.net.Socket; import laya.utils.Byte; import laya.utils.Log; import laya.webgl.WebGL; // import laya.webgl.WebGL; public ...
来源: Laya_社区 发布时间: 20170209