标签:catch bing package commons 下载 nload keyword head amp
package www.shushu.Thread;
?
import org.apache.commons.io.FileUtils;
?
import java.io.File;
import java.io.IOException;
import java.net.URL;
?
public class TestThread1 extends Thread{
private String url;//网络图片地址
private String name;//保存的文件名为
public TestThread1(String url,String name){
this.url = url;
this.name = name;
}
标签:catch bing package commons 下载 nload keyword head amp
原文地址:https://www.cnblogs.com/changhanbing/p/14616334.html