编写测试类FileDownLoadTC,提供测试方法,并调用之前实现的下载接口
[code]using System;namespace CSProject{ public class FileDownLoadTC { private static FileDownLoadTC instance; public static FileDownLoadTC Instance { get { if(instance == null) { instance = new FileDownLoadTC(); } return instance; } } public void Test() { //图片位置:https://img.infinitynewtab.com/wallpaper/ for (int i = 1; i