大约有 1,002 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
Laya_社区(980) Laya2.0_文档(9) Laya3.0_api(3) laya_api(2) Laya2.0_示例(2) Laya_示例(2) Laya3.0_文档(2) Laya2.0_api(2)
...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
...: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
...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
...//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
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
...生成场景类了,此时该如何获得场景内的元素 TypeScript下HttpRequest发送Post请求有Bug? 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 FD 宏编译时 出现 试图访问该方法时失败 自从layaflash起,就一直...
来源: Laya_社区 发布时间: 20190211
...人 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
... 之前我个人写的 不知道是不是在这个里面 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
...常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 求助大佬们!oppo游戏中3d资...
来源: Laya_社区 发布时间: 20190322
...(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