Encodes the data decoded by Base64 into a character string.
the content need to be encode
import {encode} from 'base64';encode("I love china"); Copy
import {encode} from 'base64';encode("I love china");
Encodes the data decoded by Base64 into a character string.