大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0017 秒)
...件,如浏览器的类型和版本)等。例如,“Accept: text/html,application/xhtml+xml,application/xml;q = 0.9,image/webp,image/apng,/;q = 0.8” 表示客户端可以接受多种内容类型,并且对不同类型有不同的优先级(通过 q 值表示)。 1.2 HTTP响应的组成 ...
来源: 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