Here is the code. let plainText = "Hello World!"; console.log("Plaint text = " + plainText); // Encoding to base64 let base64 = new Buffer( ...
確定! 回上一頁