你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
发现
话题
全文搜索
登录
[LayaAir3]使用3.2.2打包成apk post请求发送不出去换成3.2.1打包成apk post请求就能正常发送
没有找到相关结果
已邀请:
与内容相关的链接
提交
2 个回复
layaAir小孟
赞同来自:
您好,方便发一个demo吗
赞同来自:
if (this._httpRequest == null) {
this._httpRequest = new Laya.HttpRequest();
this._httpRequest.on(Laya.Event.COMPLETE, this, this.onPostComplete);
this._httpRequest.on(Laya.Event.ERROR, this, this.onPostIOError);
this._httpRequest.on(Laya.Event.PROGRESS, this, this.onPostProgress);
}
sb是ArrayBuffer
this._httpRequest.send(GameGlobal.serverUrl + "/req", sb, 'post', "arraybuffer", ["Content-Type", "application/octet-stream"]);
要回复问题请先
登录
发起人
相关问题
请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗?
Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件
LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16)
sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale
TS项目使用matter.js库无智能提示
使用3D时候,Property 'getComponentByType' does not exist on type 'Node'.
LayaAirIDE下如何使用mask?
微信小游戏如何使用ttf字体?
Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined?
微信小游戏:HTMLDivElement的使用
预设怎么在代码中使用
问题状态
最新活动:
2024-12-17 10:33
浏览:
60
关注:
2
人
商务合作
2 个回复
layaAir小孟
赞同来自:
赞同来自:
this._httpRequest = new Laya.HttpRequest();
this._httpRequest.on(Laya.Event.COMPLETE, this, this.onPostComplete);
this._httpRequest.on(Laya.Event.ERROR, this, this.onPostIOError);
this._httpRequest.on(Laya.Event.PROGRESS, this, this.onPostProgress);
}
sb是ArrayBuffer
this._httpRequest.send(GameGlobal.serverUrl + "/req", sb, 'post', "arraybuffer", ["Content-Type", "application/octet-stream"]);