Appearance
Home > sculp-js > weAtob
Base64解码为原始字符串,平替浏览器的atob, 不包含中文的处理(适用于任何环境,包括小程序)
Signature:
export declare function weAtob(string: string): string;
Parameter
Type
Description
string
Returns:
{string}