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

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

21. 网络和格式-GET [ 68%]

...gColor = "#232628"; this.connect(); this.showLogger(); } connect() { const HttpRequest = Laya.HttpRequest, Event = Laya.Event; hr = new HttpRequest(); hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); hr.once(Event.ERROR, this, this...

来源: Laya2.0_示例 发布时间: 20241117

22. Failed to construct 'AudioContext' [ 67%]

...urce: net::ERR_FILE_NOT_FOUND Failed to execute 'texImage2D怎么处理? httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header httpRequest send返回Request failed Status:0 手机调...

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

23. Array buffer allocation failed [ 64%]

...常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 求助大佬们!oppo游戏中3d资...

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

24. request failed status:0 [ 62%]

request failed status:0 HttpRequest.send问题 浏览器可以COMPLETE,手机上ERROR:request failed status:0 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 1、If the st...

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

25. 打包app,http无法设置content-type [ 61%]

...-type也变成了application/x-www-form-urlencoded   代码如下: static httpRequest(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, ...

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

26. load 跨域请求 [ 59%]

...登录 发起人 banying 相关问题 解决跨域相关! TypeScript下HttpRequest发送Post请求有Bug? LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, laya怎么跨域加载图片 list拉到顶部的时候,如何防止触发多次请求 http 请求 once 的 回调...

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

27. POST中文到服务端,服务端接收为乱码 [ 59%]

...叠 要回复问题请先登录 发起人 daohu 相关问题 TypeScript下HttpRequest发送Post请求有Bug? 如何与服务端建立连接 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 服务端用什么语言开发比较好一些? Laya...

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

28. 请问我用下面的代码发送个简单的http get请求,为什么在电脑上能得到成功输出,在手机上总是得到失败输出呢? [ 58%]

...254.151.248/sf_serve ... 3B%3B alert("url=" + url); var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, null, cb_onSuccess); req.on(laya.events.Event.ERROR, null, cb_onFail); req.send(url); } function cb_onSuccess(response) { alert("response=" + response); // 成功输出:{"re...

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

29. 聊天室存储数据 [ 57%]

...何接收后台的数据呢,后台传到laya的数据类型是什么? HttpRequest无法发送除字符串以外的数据 问题状态 最新活动: 2018-07-30 09:52 浏览: 1688 关注: 3 人 假装不食烟火 • 2018-07-22 17:17 这不是js语言,是ts吗?

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

30. iOS9兼容bug,求指教 [ 54%]

... 要回复问题请先登录 发起人 莫 雨 相关问题 TypeScript下HttpRequest发送Post请求有Bug? LayaAir2.61 测试版 物理引擎bug 百分百 复现 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 自从layaflash起,就一直存在的bug 播放声音出错,...

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