最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(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ò)資源下載的評論 (共 條)

分享到微博請遵守國家法律
南平市| 康马县| 孟连| 宝应县| 长葛市| 壶关县| 楚雄市| 罗平县| 洞头县| 彭山县| 铁岭县| 砚山县| 梅州市| 元朗区| 民权县| 阿克| 油尖旺区| 漾濞| 兴化市| 汨罗市| 孟村| 陈巴尔虎旗| 银川市| 新建县| 方城县| 潜江市| 石阡县| 福泉市| 陕西省| 榕江县| 卓尼县| 民勤县| 尼勒克县| 罗城| 花莲市| 伊金霍洛旗| 临澧县| 婺源县| 莱州市| 北宁市| 木里|