大约有 233 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0037 秒)
...3. 检查就绪状态 function updatePage() { if (request.readyState == 4) alert("Server is done!"); } 从这里找一找答案吧http://www.cnblogs.com/meil/ar ... .html 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 RICEPIG ...
来源: Laya_社区 发布时间: 20180522
...I, "TestUI", TestPageUI); //按钮Click回调 function onClickBtn(index) { alert("你点击了第:"+index+"个btn"); } //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor='#EEFFCC'; Laya.loader.load("res/atlas/comp.json", Handler.create(this, onAssetLoaded), null, Loader.ATLAS); //添加UI...
来源: Laya_社区 发布时间: 20170513
...aya.timer.once(300, this, function() {//给一个延迟 1000ms进度场景 alert('进度加载完毕'); this.Progress.visible = false; this.Start = new Start(); this.Start.zOrder = 2;//由于UI[b]编辑不能这只层级·需要用代码打..[/b] }) } return Class; })(); } var game = new Game(); ...
来源: Laya_社区 发布时间: 20170803
... 赞同来自: 05-04 14:56:52.020 23894-24011/com.layabox.game I/LayaBox: alert=http://stand.alone.version/libs/laya.d3.js:1: ReferenceError: ConchShader is not defined .particleShuriKen.module.shape.SphereShape...
来源: Laya_社区 发布时间: 20180428
...["PhysicsDebugDraw"].enable(); if (GameConfig.stat) Laya.Stat.show(); Laya.alertGlobalError = true; //激活资源版本控制,version.json由IDE发布功能自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoade...
来源: Laya_社区 发布时间: 20181027
...tion () {//软键盘弹出的事件处理 windowInnerWidth=true; }); // alert(4); } // var __proto=yfqian.prototype; // __class(yfqian,'yfqian_script'); yfqian.getUrl=function(name){ var reg = new RegExp("(^|\\?|&)"+ name +"=([^&]*)(\\s|&|$)", "i"); if (reg.test(location.href)) return...
来源: Laya_社区 发布时间: 20190313
...+ remote_ip_info['province']+ remote_ip_info['city']; alert(ss); } </script> 此方法可行,可以成功获取到省份,但是并不是所有情形下都需要获取当前省份,所以想尝试在代码中动态查询的方式。 2. 使用Http...
来源: Laya_社区 发布时间: 20170120
...是解决不掉再去屏蔽。报错弹框代码如下所示: window.showAlertOnJsException(false); 8. 引擎初始化或加载启动脚本过程中的异常处理 在LayaNative版本中,当引擎初始化、加载启动脚本过程中,如果发生异常(如网络不稳定),引擎会自...
来源: Laya3.0_文档 发布时间: 20251010
...ata the buffersize is insufficient. E/LayaBox: JS onFrame error I/LayaBox: alert=出错啦,请把此信息截图给研发商 TypeError: Cannot read property 'data' of null apploader.js:305: TypeError: Cannot read property 'data' of null pTextBitmap.data = nativeObj.da...
来源: Laya_社区 发布时间: 20190821
...- 加载游戏失败,可能由于您的网络不稳定,请退出重进 alert:加载游戏失败,可能由于您的网络不稳定,请退出重进 提示:网络异常,请检查网络和开发商 xcode Log: 2018-03-15 11:24:58.264754+0800 MineSweeper6[7091:2932031] xhr.GET url=http://s...
来源: Laya_社区 发布时间: 20180315