import java.util.Base64; //導入方法依賴的package包/類 public String encode(BufferedImage image) throws IOException { ByteArrayOutputStream baos = new ...
確定! 回上一頁