メインコンテンツへスキップ

メソッド

名前説明
btoa(string: string): string;文字列をBase64にエンコードします。
atob(base64String: string): string;Base64を文字列にデコードします。