无码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ò)資源下載的評論 (共 條)

分享到微博請遵守國家法律
合阳县| 普兰县| 汉中市| 增城市| 彭山县| 石柱| 郸城县| 乐清市| 永靖县| 遂宁市| 新河县| 松原市| 榆树市| 福清市| 涪陵区| 西青区| 锦州市| 延长县| 咸阳市| 铅山县| 渭源县| 平江县| 许昌市| 沂水县| 平陆县| 安陆市| 凤凰县| 晋宁县| 雷山县| 玛多县| 炎陵县| 肥乡县| 乌审旗| 华容县| 会昌县| 锡林浩特市| 金溪县| 赣榆县| 深泽县| 深圳市| 宝山区|