跳轉到主要內容

方法

NameDescription
btoa(string: string): string;將資料從 string 編碼為 Base64。
atob(base64String: string): string;將資料從 Base64 解碼為 string。