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

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

1. 改变不了请求消息,已近设置[ 100%]

...),"openId":network.HttpHelper.compile(core.CommonData.Uuid)} var xhr: Laya.HttpRequest = new Laya.HttpRequest(); xhr.http.headers=headers 2018-02-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同...

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

2. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 97%]

#HttpRequest详解 ​ 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest `,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ##...

来源: Laya2.0_文档 发布时间: 20210715

3. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 97%]

# HttpRequest详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原...

来源: Laya2.0_文档 发布时间: 20210715

4. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 97%]

# HttpRequest详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原...

来源: Laya2.0_文档 发布时间: 20210714

5. 网络通信 · LayaAir3.0文档 · LAYABOX [ 84%]

网络通信一、概述二、Http连接2.1 Laya.HttpRequest2.2 GET2.3 POST2.4 扩展HttpRequest三、 WebSocket连接3.1 Laya.Sokcet3.2 Laya.Byte 二进制读写四、ProtocolBuffer使用4.1 Message 定义4.2 项目中添加protobuf 类库4.3 加载协议文件4.4 Message 方法4.5 代码示例网...

来源: Laya3.0_文档 发布时间: 20241014

6. HttpRequest Header如何注入Cookie信息? [ 75%]

HttpRequest Header如何注入Cookie信息? HttpRequest.send(),其中headers(信息,key value数组),可以设置Cookie么? 如这样子: var headers:Array<any> = new Array<any>(); headers.push("Cookie", "token=xxxxx"); 但提示Refused to set unsafe header "Cookie"....

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

7. post提交问题 [ 70%]

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

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

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

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

9. http无响应 [ 59%]

...用父类构造函数 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

10. 解决跨域相关! [ 50%]

...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