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

大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0017 秒)

1. HTTP通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 100%]

...冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 */ send(url: string, data?: any, method?: "get" | "post" | "head", responseType?: "text" | "json" | "xml" | "arraybuffer", headers?: string[]): void; 2.1.2 GET请求示例 GET 请求主要...

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

2. 网络通信 · LayaAir3文档 · LAYABOX [ 55%]

...冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 */ send(url: string, data: any = null, method: "get" | "post" | "head" = "get", responseType: "text" | "json" | "xml" | "arraybuffer" = "text", headers: any[] | null = null) 2.1.3 支持的...

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