• 大小: 3.24M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 图片  下载  

资源简介

批量下载图片

首先从文本文件导入要下载的图片网址(每行一个即可),然后点击开始 即可批量下载,图片下载至bin目录下的【路径】文件夹了

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Net;
using System.Windows.Forms;

namespace imagesclq
{
public class frmimages : Form
{
private int zgo = 0;

private int cg = 0;

private int sb = 0;

private ArrayList sbd = new ArrayList();

private ArrayList listdb = new ArrayList();

private IContainer components = null;

private Button button1;

private Button button2;

private FolderBrowserDialog fldefie;

private Label lbllu;

private Button button3;

private Label lbljianlu;

private OpenFileDialog ofiledbs;

private TextBox txtshijia;

private Timer timer1;

private Label label1;

private Label label2;

private TextBox txtnancom

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-03-04 22:06  .vs\
     目录           0  2018-03-04 22:06  .vs\imagesclq\
     目录           0  2018-03-04 22:19  .vs\imagesclq\v15\
     文件       15360  2018-03-04 22:20  .vs\imagesclq\v15\.suo
     目录           0  2018-03-04 22:19  .vs\imagesclq\v15\sqlite3\
     文件       32768  2018-03-04 22:19  .vs\imagesclq\v15\sqlite3\storage.ide
     目录           0  2018-03-04 22:06  bin\
     目录           0  2018-03-04 22:15  bin\Debug\
     文件       15360  2018-03-04 22:15  bin\Debug\imagesclq.exe
     文件       24064  2018-03-04 22:15  bin\Debug\imagesclq.pdb
     文件     3526272  2017-10-17 04:14  bin\Debug\System.dll
     文件      599728  2017-03-19 04:59  bin\Debug\System.Drawing.dll
     文件     5181656  2017-10-17 04:14  bin\Debug\System.Windows.Forms.dll
     目录           0  2018-03-04 22:15  bin\Debug\路径\
     目录           0  2018-03-04 22:15  bin\Debug\路径\6ONWsjip0QIZ8tyhnq\
     目录           0  2018-03-04 22:15  bin\Debug\路径\6ONWsjip0QIZ8tyhnq\it\
     文件        4548  2018-03-04 22:15  bin\Debug\路径\6ONWsjip0QIZ8tyhnq\it\u=142774110440333216&fm=173&s=88854192D01605DC145A6BA40300700E&w=218&h=146&img.JPEG
     目录           0  2018-03-04 22:15  bin\Debug\路径\6ONXsjip0QIZ8tyhnq\
     目录           0  2018-03-04 22:15  bin\Debug\路径\6ONXsjip0QIZ8tyhnq\it\
     文件        6217  2018-03-04 22:15  bin\Debug\路径\6ONXsjip0QIZ8tyhnq\it\u=38825448912300927653&fm=173&s=88D26580732A06AEC0B4059703004083&w=218&h=146&img.JPEG
     目录           0  2018-03-04 22:15  bin\Debug\路径\img\
     文件        7877  2018-03-04 22:15  bin\Debug\路径\img\bd_logo1.png
     目录           0  2018-03-04 22:19  imagesclq\
     文件        2558  2018-03-04 22:15  imagesclq.csproj
     目录           0  2018-03-04 22:06  imagesclq.Properties\
     文件        1102  2018-03-04 22:06  imagesclq.Properties\Resources.cs
     文件         541  2018-03-04 22:06  imagesclq.Properties\Settings.cs
     文件        1068  2018-03-04 22:19  imagesclq.sln
     文件       16577  2018-03-04 22:19  imagesclq\frmimages.cs
     文件        6404  2018-03-04 22:19  imagesclq\frmimages.resx
     文件         302  2018-03-04 22:06  imagesclq\Program.cs
............此处省略16个文件信息

评论

共有 条评论