API 文档工具与插件functionscompressToBase64Url()本页总览compressToBase64Url() function compressToBase64Url(string, format?): Promise<string>; Defined in: string/compressToBase64Url.ts:4 压缩字符串到 base64 中 Parameters ParameterTypeDefault valuestringstringundefinedformat"deflate" | "deflate-raw" | "gzip"'deflate' Returns Promise<string>