大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0017 秒)
...冒号或换行;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
...冒号或换行;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