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

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

11. HttpRequest在native下没有abort方法吗? [ 77%]

...否可以答复下?谢谢啦! 我预想的是可以临时先加一个超时,手动关闭请求。但是HttpRequest在native下没有abort方法吗? var httpRequest = new laya.net.HttpRequest(); var h: any = httpRequest.http; h.abort(); 用的引擎版本是1.7.19.1beta 用的native版本是0...

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

12. http在手机端上请求返回404 [ 66%]

...求. Monica • 2017-10-17 18:04 @KGYGPS:目前LayaNative下还没有实现超时接口.... KGYGPS • 2017-10-18 10:53 好的,谢谢了

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

13. 最新版本IDE,如何获取http返回的json数据 [ 65%]

...钮')  var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.once(Event.PROGRESS,this,processHandler);  var sendData = {account:"aaa",password:"bbb"} xhr.send("http://xxx/login"...

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

14. 排坑:Laya.HttpRequest()无效 [ 63%]

...试"); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("http://www.baidu.com", "", "get", "text"); function processHan...

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

15. xhr的on和once什么区别,官网例子 [ 59%]

... var xhr:HttpRequest = new HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); 2017-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

16. dcc下载超时 [ 59%]

dcc下载超时 07-04 20:55:27.087: D/OpenGLRenderer(7884): Use EGL_SWAP_BEHAVIOR_PRESERVED: true 07-04 20:55:27.095: D/(7884): HostConnection::get() New Host Connection established 0xad5e3cd0, tid 7884 07-04 20:55:27.111: D/(7884): >>>>>>>>>>>>>>>>&g...

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

17. gps定位获取当前城市名字 [ 59%]

...位置信息"); break; case Geolocation.TIMEOUT: alert("获取位置信息超时"); break; default: alert("加载地图时出现未知错误"); break; } })); }else alert("不支持"); 为毛获取不到 2017-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

18. Laya.HttpRequest 没有调用回调方法? [ 57%]

...6,640); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com/","","get","text"); function processHandler(d...

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

19. 请问Laya.HttpRequest可以get请求Https地址么? [ 57%]

...个错误码, 可能导致的原因,服务器是否支持,或者是超时返回。 2018-08-14 0 0 分享 微博 QZONE 微信 george 赞同来自: 请问解决了吗?我也遇到同样的问题 2018-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...

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

20. 官方的示例贴上来,怎么没反映啊 [ 57%]

...(this); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("https://api.weixin.qq.com/cgi- ... ot%3B, "", "get", "text");...

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