• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,000 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0057 秒)

91. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 73%]

...laya.core.js:14927) at EventHandler.__proto.runWith (laya.core.js:1126) at HttpRequest.__proto.event (laya.core.js:883) at HttpRequest.__proto.complete (laya.core.js:14601) at HttpRequest.__proto._onLoad (laya.core.js:14565) 2018-10-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

来源: Laya_社区 发布时间: 20181013

92. unity导出粒子特效laya加载报错。 [ 73%]

...:23519)     at EventHandler.__proto.runWith (laya.core.js:2061)     at HttpRequest.__proto.event (laya.core.js:1818)     at HttpRequest.__proto.complete (laya.core.js:23140) 2019-08-03 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

来源: Laya_社区 发布时间: 20190803

93. http 请求 once 的 回调参数,如何传递和接收? [ 73%]

...tDispatcher — 此 EventDispatcher 对象。 请求发送: var hr = new HttpRequest(); hr.once(Event.COMPLETE, this, http.success,[1,2,3]); hr.send("http://localhost:8082/hu_get",{}, "post","json",null);   回调方法: success:function (e,args) {     console.log(e); //此行可以得到响...

来源: Laya_社区 发布时间: 20180304

94. laya接入vivo平台加载资源卡住66% [ 73%]

...//jiaz加载kasi加载卡死wenti if(Browser.onVVMiniGame) {// _http = new HttpRequest(); _http.on(Event.PROGRESS, this, onProgress); _http.on(Event.ERROR, this, onError); _http.on(Event.COMPLETE, this, onLoaded); ////////////////////////////////////////////////////// } else { //...... } 已解决...

来源: Laya_社区 发布时间: 20201123

95. laya2.0 http 发送请求跨域报错 [ 72%]

laya2.0 http 发送请求跨域报错 这边用原生xmlhttprequest发送请求正常,用laya.httprequest 发送请求报错。  Access to XMLHttpRequest at 'file:///C:\Users\pc\AppData\Roaming\Tencent\QQ\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttp://gs.mingdikeji.com/passion//system/getVersion' ...

来源: Laya_社区 发布时间: 20190805

96. ios机器,微信小游戏子域Image控件显示网络图片,首次失败就永远也不会成功,是不是bug? [ 72%]

...生成场景类了,此时该如何获得场景内的元素 TypeScript下HttpRequest发送Post请求有Bug? 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 FD 宏编译时 出现 试图访问该方法时失败 自从layaflash起,就一直...

来源: Laya_社区 发布时间: 20190211

97. "Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 72%]

...人 gveden 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaS...

来源: Laya_社区 发布时间: 20180205

98. 求解关于跨域的具体操作 [ 72%]

... 之前我个人写的 不知道是不是在这个里面 var xhr = new XMLHttpRequest(); xhr.open("GET",url, true) xhr.setRequestHeader("Accept", "*/*"); xhr.setRequestHeader("Content-Type", "application/json"); 还是说用参考代码里的HttpRequest() var xhr = new Laya.HttpRequest(); xhr.http.s...

来源: Laya_社区 发布时间: 20180704

99. Array buffer allocation failed [ 72%]

...常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 求助大佬们!oppo游戏中3d资...

来源: Laya_社区 发布时间: 20190322

100. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 71%]

...(this: void, data: JSON) => void): void {         let hr = new Laya.HttpRequest();         hr.once(Laya.Event.COMPLETE, this, (e: any): void => {             callback(JSON.parse(hr.data));         });       hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type'...

来源: Laya_社区 发布时间: 20190829