寒假生活

今天尝试使用hutool对自己的oss进行下载。

        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.8.11</version>
        </dependency>
复制代码
package src.main.pavido;


import cn.hutool.http.HttpUtil;

import java.io.File;

public class Test1 {
    public static void main(String[] args) {
        long l = HttpUtil.downloadFile("https://web-tel.o540986.png", new File("C:\\Usures\\爬取图片.png"));
        System.out.println(l);
    }
}
复制代码
posted @ 2024-01-24 22:17  傲世小苦瓜  阅读(11)  评论(0)    收藏  举报