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

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

11. post提交问题 [ 68%]

post提交问题 XMLHttpRequest cannot load http://xxx.xxx.xxx/subData. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'file://' is therefore not allowed access. The response had HTTP status code 500. 后台是用c#写的,请问出现这问题怎么解决,...

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

12. HttpRequest提示oauth_callback is not a valid HTTP header field name [ 68%]

HttpRequest提示oauth_callback is not a valid HTTP header field name arr.push(["oauth_callback","回调网址"]);把arr作为send的最后一个参数,总是提醒oauth_callback is not a valid HTTP header field name,是哪里写错了吗 2018-04-03 添加评论 免费帖 --> 分享 微博 QZON...

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

13. 脚本挂载命名有小问题(小bug,影响观感,目前未发现影响逻辑) [ 68%]

...重 关于适配采用showAll后留白部分的颜色问题 TypeScript下HttpRequest发送Post请求有Bug? LayaAir2.61 测试版 物理引擎bug 百分百 复现 横屏模式在锁定竖屏的iphone上不能正常显示的问题 mask在layaplayer中有问题 问题状态 最新活动: 2023-08-25 10...

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

14. LayaNative中偶尔会出现所有HTTP POST方式交互均无回应的问题 [ 63%]

...tart. 关于适配采用showAll后留白部分的颜色问题 TypeScript下HttpRequest发送Post请求有Bug? IDE1.7.8 json图集加载问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 写了个边缘光的自定义shader,有很多...

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

15. SyntaxError: Unexpected token ) SyntaxError: Unexpected token ... [ 62%]

...回复被折叠 要回复问题请先登录 发起人 apeCom 相关问题 HttpRequest请求加入自定义的userId和token,总是报错 qg.login接口返回的是token不是accountid跟session 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 打包后报错 ...

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

16. Uncaught SyntaxError: Unexpected token ) [ 60%]

...ypeError: Cannot read property 'dir' of undefined 这是什么报错啊? HttpRequest请求加入自定义的userId和token,总是报错 问题状态 最新活动: 2017-08-31 16:01 浏览: 1005 关注: 2 人

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

17. Uncaught SyntaxError: Unexpected token ) [ 58%]

...ypeError: Cannot read property 'dir' of undefined 这是什么报错啊? HttpRequest请求加入自定义的userId和token,总是报错 问题状态 最新活动: 2018-03-10 17:08 浏览: 1253 关注: 3 人

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

18. http无响应 [ 57%]

...用父类构造函数 this.dlg; } function connect() { var hr = new Laya.HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'us...

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

19. 服务器websocket c++发送二进制类型包,客户端没有任何事件响应 [ 52%]

...cus和onBlur事件监听不到 Animation如何加点击事件 TypeScript下HttpRequest发送Post请求有Bug? 关于遍历产生的sprite的点击事件,急,大神帮看哈 3d物理不能触发onCollisionEnter事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 遮...

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

20. 解决跨域相关! [ 47%]

...idu.com,这个加后,为啥还连不上, 看代码-> this.hr=new HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.s...

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