一、开始
WebClient mywebclient = new WebClient(); byte[] Bytes = mywebclient.DownloadData("https://s1.hdslb.com/bfs/seed/jinkela/header-v2/images/app-download.png"); var Base64String = Convert.ToBase64String(Bytes);
二、结束
一、开始
WebClient mywebclient = new WebClient(); byte[] Bytes = mywebclient.DownloadData("https://s1.hdslb.com/bfs/seed/jinkela/header-v2/images/app-download.png"); var Base64String = Convert.ToBase64String(Bytes);
二、结束