跳转到主要内容

方法

名称描述
btoa(string: string): string;将 string 数据转换为 Base64 编码。
atob(base64String: string): string;将 Base64 编码数据转换为 string。