大约有 62 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
[LayaNative3]打包安卓发送http发送数据发送后端接收不正确 {"username":"12555566666","password":"12345678"}总字符串长度48以上的时候正常 {"username":"123","password":""}总字符串数为32时不正确 不正确后端接收的数据为: 6091 c700 7100 0000 183e 5fff 70...
来源: Laya_社区 发布时间: 20240121
我发送http请求 为什么ide里能发送成功 手机里却发送失败 报Request failded Status 0的错误 2017-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: 不清楚,最...
来源: Laya_社区 发布时间: 20170707
HTTP以POST发送Byte字节流,服务器无法解析 JS代码: function starConnection() { console.log("starConnection"); conn=new HttpRequest(); conn.once(Event.PROGRESS, this, onHttpRequestProgress); conn.once(Event.COMPLETE, this, onHttpRequestComplete); conn.once(Event.ERROR, this, onHttpRequ...
来源: Laya_社区 发布时间: 20160726
HttpRequest如何发送JSON数据 发送JSON数据 var logReq = new laya.net.HttpRequest(); logReq.once(Laya.Event.COMPLETE,this,this.onComplete); logReq.send("http://127.0.0.1:3001/login", "username: 'lxd', password: 'lxd'", 'post', "json...
来源: Laya_社区 发布时间: 20170906
如何post发送json数据中包含&&特殊字符,怎么办? 下面用post方法请求一个数据方式如下: var tj:any={"a":"123&&456", "b":"ccc"}; str="paramA="+JSON.stringify(tj); //xhr.send("http:xxx.xxx.com","a=xxxx&b=xxx","post","text"); xhr.send("http:xxx.xxx.com...
来源: Laya_社区 发布时间: 20171013
请问我用下面的代码发送个简单的http get请求,为什么在电脑上能得到成功输出,在手机上总是得到失败输出呢? function myfunc() { var url = "http://43.254.151.248/sf_serve ... 3B%3B alert("url=" + url); var req = new laya.net.HttpRequest(); req.on(laya.events...
来源: Laya_社区 发布时间: 20161103
HttpRequest无法发送除字符串以外的数据 laya现在的HttpRequest类无法发送字符串以外的数据,服务器收到的都是空的,我看了下源码, ,10905行的http.send(data)可能需要改一下,我用XMLHttpRequest类send()的时候,json数据都是先用JSON.string...
来源: Laya_社区 发布时间: 20170426
...调参数。ReturnsEventDispatcher — 此 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
我要怎么解析服务器发送过来json格式的数据包啊 2017-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 参考http://ask.layabox.com/question/1160 2017-03-26...
来源: Laya_社区 发布时间: 20170326
Laya.loader.load() 是怎么发送请求的? 如题,请问Laya.loader.load() 通过啥调用 HttpRequest的send方法的啊? 2018-04-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20180410