private String base64Encode(byte[] input) { return Base64.toBase64String(input).replaceAll("=", "");
確定! 回上一頁