C# Winform ImageList 放一个 服务器网址图片 报错 “不支持给定路径的格式解决办法”
string path = "http://yundns-cdn.gnway.com/jindajituan.gnway.cc/tplus/UserImages/" + listStu[i].imageFile.TrimEnd(';').ToString() + "";
Image Mimg = Image.FromFile(path, true);
imageList1.Images.Add(Mimg);
