大约有 41 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0057 秒)
...,为什么打包APK之后在手机上就连接不上socket TypeScript下HttpRequest发送Post请求有Bug? 循环依赖不能运行 Circular dependency: 微信小游戏中访问带空格的文件出错 Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init ...
来源: Laya_社区 发布时间: 20170226
...的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才能进去 服务端用什...
来源: Laya_社区 发布时间: 20161214
...模型,只要坐标值越大,模型扭曲变形越严重 TypeScript下HttpRequest发送Post请求有Bug? 3d物理 刚体旋转bug 2.17到2.12都有 LayaAir2.61 测试版 物理引擎bug 百分百 复现 2.12.2发现的bug 富文本下划线绘制bug 2.0版本管理小bug 自从layaflash起,就...
来源: Laya_社区 发布时间: 20250609
request failed status:0 HttpRequest.send问题 浏览器可以COMPLETE,手机上ERROR:request failed status:0 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 1、If the st...
来源: Laya_社区 发布时间: 20180105
...beta5.1 发布官方示例 真机报错 window is not defined TypeScript下HttpRequest发送Post请求有Bug? 请问一下怎样动态加载prefab 官方新手游戏引导示例中关于hit和unHit的使用疑问 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 想让一...
来源: Laya_社区 发布时间: 20210909
...下例子。 ```java package { import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpr...
来源: Laya2.0_文档 发布时间: 20210715
...eo; constructor() { //初始化引擎 Laya.init(500,500); var httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script...
来源: Laya3.0_文档 发布时间: 20251010
...eo; constructor() { //初始化引擎 Laya.init(500,500); var httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script...
来源: Laya2.0_文档 发布时间: 20210715
...的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也...
来源: Laya_社区 发布时间: 20170724
...```typescript //初始化引擎 Laya.init(500,500); var httpreq = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,completeHandler); httpreq.on(Laya.Event.ERROR,this,errorHandler); httpreq.send("demo1.js"); function completeHandler(e){ var script = Laya.Browser.document.createElement("scr...
来源: Laya2.0_文档 发布时间: 20210714