无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

URL網(wǎng)絡(luò)資源下載

2021-02-15 19:28 作者:忘魂兒  | 我要投稿

package com.studying.JavaNet.DownloadWeb;

import java.io.FileOutputStream;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.io.FileOutputStream;
import java.net.URL;
import java.net.URLConnection;

public class download2 {

? ?public static void main(String[] args) throws Exception {

? ? ? ?//改成你想要的資源,啥都可
? ? ? ?URL url = new URL("http://localhost:8080/MasterXu/darkFile.txt");
? ? ? ?//連接
? ? ? ?HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
? ? ? ?//下載
? ? ? ?InputStream is = urlConnection.getInputStream();
? ? ? ?//下載位置
? ? ? ?FileOutputStream fos = new FileOutputStream("darkFile.txt");
? ? ? ?//讀取
? ? ? ?byte[] buffer = new byte[1024];
? ? ? ?int len;
? ? ? ?while((len=is.read(buffer))!=-1)
? ? ? ?{
? ? ? ? ? ?fos.write(buffer,0,len);//寫入數(shù)據(jù)
? ? ? ?}
? ? ? ?fos.close();
? ? ? ?is.close();
? ? ? ?urlConnection.disconnect();//斷開連接
? ?}

}

URL網(wǎng)絡(luò)資源下載的評論 (共 條)

分享到微博請遵守國家法律
周口市| 阳谷县| 青岛市| 手游| 鱼台县| 团风县| 义乌市| 景德镇市| 虞城县| 黄浦区| 丰原市| 万源市| 宜兰市| 陆丰市| 陵川县| 华蓥市| 裕民县| 临海市| 旺苍县| 正镶白旗| 临桂县| 大兴区| 永新县| 澄江县| 嵊州市| 公安县| 镇巴县| 乌拉特中旗| 松原市| 衡山县| 陇南市| 徐州市| 咸丰县| 砚山县| 五峰| 山阴县| 徐汇区| 肃宁县| 宁波市| 霞浦县| 龙南县|