摘要: String str = "2.jpg"; File f = new File(str); try { BufferedImage image2 = ImageIO.read(f); int w = image2.getWidth(); int h = image2.getHeight(); int 阅读全文
posted @ 2021-02-18 20:49 serviceOBJ 阅读(1061) 评论(0) 推荐(0)