Function base64Decode

  • base64 解密函数

    Parameters

    • str: string

      需要加密的字符串

    Returns string

    base64Decode("加密后的字符串"); /// 解密后的字符串