五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

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

分享到微博請遵守國家法律
香格里拉县| 临猗县| 个旧市| 安宁市| 新余市| 中方县| 三河市| 永修县| 东乌珠穆沁旗| 玉环县| 石城县| 鹿邑县| 江陵县| 电白县| 金堂县| 麻江县| 故城县| 达日县| 精河县| 西乡县| 红原县| 汉寿县| 莒南县| 阿鲁科尔沁旗| 化隆| 理塘县| 鹤庆县| 翁源县| 高邮市| 聂荣县| 栾川县| 潞城市| 临朐县| 乐都县| 光山县| 历史| 淮阳县| 比如县| 龙游县| 兴海县| 布尔津县|