大约有 298 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 function postData(url,request) { this.http = new Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //...
来源: Laya_社区 发布时间: 20180315
...I DocumentationAll Packages | All Classes | Index | Frames No Frames HttpRequestProperties | Methods | Events Packagelaya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访...
来源: laya_api 发布时间: 20170929
...I DocumentationAll Packages | All Classes | Index | Frames No Frames HttpRequestProperties | Methods | Events Packagelaya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访...
来源: Laya2.0_api 发布时间: 20190513
httprequest请求会超时失败重复请求 附件 : --> 2017-04-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 能否提供一个示例,我们看下! 2017-04-14 0 0 分享 微...
来源: Laya_社区 发布时间: 20170414
关于httprequest取回数据的问题 请教一下怎么把取回的e传到外部定义的变量hr里。 在外面console出来始终是undefined。 附件 : --> 2017-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20170922
LayaAir引擎 HttpRequest send请求中的data参数必须是string吗?我直接传递一个any,服务器解析不到任何参数 TypeScript开发 2018-05-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 w11...
来源: Laya_社区 发布时间: 20180503
HttpRequest在firefox里面执行正常在ios出现err layaair使用了httpRequest获取json数据,在firefox里正常,但是用了ios自带的safari就出现err,报错是request failed status:0 我的学习作品地址是http://www.mubugu.com/test/poker/bin/index.html 大家可以试试看...
来源: Laya_社区 发布时间: 20170314
HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 2019-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...
来源: Laya_社区 发布时间: 20190425
HttpRequest真机上通信问题 编辑器上没问题真机上就报download error: the server has nothing responce http:// www.xxx.xx 安卓和ios真机调试都有这个问题 用内网测试服务器根本没收到消息 附件 : --> 2019-06-22 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20190622
iOS native的网络切换后httprequest失败 同一个get接口,第一次wifi请求成功,切换4g后,失败(后查看日志约一分钟后请求成功) 在浏览器上测试过是没有问题的,后来试了其他服务器的get接口也是同样的问题, 同时发现iOS下la...
来源: Laya_社区 发布时间: 20180705