public class encodeBase64 { public static void main(String[] args) { String string = "Javacodegeeks"; // Get bytes from string byte[] byteArray = Base64.
確定! 回上一頁