with base64 as follows byte[] bytes = bos.toByteArray(); String base64 = com.google.gwt.user.server.Base64Utils.toBase64(bytes); base64 = "data:image/jpg ...
確定! 回上一頁