Skip to content

Home > sculp-js > weAtob

weAtob() function

Base64解码为原始字符串,平替浏览器的atob, 不包含中文的处理(适用于任何环境,包括小程序)

Signature:

typescript
export declare function weAtob(string: string): string;

Parameters

Parameter

Type

Description

string

string

Returns:

string

{string}

Released under the MIT License.