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

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

分享到微博請遵守國家法律
忻城县| 怀柔区| 化德县| 竹北市| 璧山县| 萝北县| 正镶白旗| 周宁县| 东平县| 德昌县| 平南县| 龙里县| 西吉县| 西乌珠穆沁旗| 朔州市| 菏泽市| 平阳县| 通辽市| 宜兰县| 临湘市| 灵寿县| 遂溪县| 虞城县| 吴江市| 弥勒县| 黑河市| 镇原县| 微山县| 永清县| 祁阳县| 德昌县| 玉林市| 顺昌县| 屏东县| 盐城市| 玛纳斯县| 沧源| 翁牛特旗| 本溪市| 进贤县| 乐陵市|