大约有 271 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...xt: IOS HttpRequest var data = { rechargeId:"1", consumerId:"533", } alert(JSON.stringify(data)); hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); var headers = []; head...
来源: Laya_社区 发布时间: 20170620
打包app,http无法设置content-type 我明明设置了content-type为json,在浏览器里都正常,但是在手机运行器里就无法使用,我发的数据为"{"a":1}",到服务器上变成了 "{"a":1}"="",content-type也变成了application/x-www-form-urlencoded 代码如下: static...
来源: Laya_社区 发布时间: 20170123
...信开发者工具中,调用 request.send(url + method, data, "post", "json", ["Content-Type","application/json","Authorization", "Bearer " + PlayerModel.Instance.token]); 大部分时候正常 但有20%的几率会触发error事件回调,收到的message为"failed Status:0 text:" 只在...
来源: Laya_社区 发布时间: 20180330
..., 可以是 ArrayBuffer ,Blob, Document, JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则该值为 null responseText DOMString 此次请求的响应为文本,或是当请求未成功或还未发送时为 null只读。 responseType XMLHttpReque...
来源: Laya3.0_文档 发布时间: 20241014
...小游戏:HTMLDivElement的使用 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 2.1.1.1引擎微信小游戏掉帧严重 laya2 发布微信开放域工程,用微信开...
来源: Laya_社区 发布时间: 20181114
...aya.Event.COMPLETE, this, function(data:any){ var data = JSON.parse(data); }); 附件 : --> 2024-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20240121
mornui从xml转成json的皮肤bug mornui从xml转成json的皮肤bug。当skin是多个皮肤图片的时候,bug。 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 最好也...
来源: Laya_社区 发布时间: 20170804
... stub trace("加载完成!!!") var str:String=event.target.data; var jsonObject:Object=JSON.parse(str); trace(jsonObject.status); trace(jsonObject.message) } protected function progressEventHandler(event:ProgressEvent):void { // TODO Auto-generated method stub trace("正在加载"); } protecte...
来源: Laya_社区 发布时间: 20151217
... (default = "text")Web 服务器的响应类型,可设置为 "text"、"json"、"xml"、"arraybuffer"。 headers:Array (default = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部...
来源: laya_api 发布时间: 20170929
... (default = "text")Web 服务器的响应类型,可设置为 "text"、"json"、"xml"、"arraybuffer"。 headers:Array (default = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部...
来源: Laya2.0_api 发布时间: 20190513