大约有 27 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
...否可以答复下?谢谢啦! 我预想的是可以临时先加一个超时,手动关闭请求。但是HttpRequest在native下没有abort方法吗? var httpRequest = new laya.net.HttpRequest(); var h: any = httpRequest.http; h.abort(); 用的引擎版本是1.7.19.1beta 用的native版本是0...
来源: Laya_社区 发布时间: 20180807
...求. Monica • 2017-10-17 18:04 @KGYGPS:目前LayaNative下还没有实现超时接口.... KGYGPS • 2017-10-18 10:53 好的,谢谢了
来源: Laya_社区 发布时间: 20171016
...钮') 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
...试"); 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
... 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
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
...位置信息"); break; case Geolocation.TIMEOUT: alert("获取位置信息超时"); break; default: alert("加载地图时出现未知错误"); break; } })); }else alert("不支持"); 为毛获取不到 2017-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20170223
...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
...个错误码, 可能导致的原因,服务器是否支持,或者是超时返回。 2018-08-14 0 0 分享 微博 QZONE 微信 george 赞同来自: 请问解决了吗?我也遇到同样的问题 2018-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20180814
...(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