摘要: 引用:ThoughtWorks.QRCode.dll using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.Tex 阅读全文
posted @ 2022-06-30 17:15 ~且听风吟~ 阅读(518) 评论(0) 推荐(0)
摘要: string url = "图片地址"; System.Net.WebRequest webreq = System.Net.WebRequest.Create(url); System.Net.WebResponse webres = webreq.GetResponse(); using(Sys 阅读全文
posted @ 2022-06-30 16:00 ~且听风吟~ 阅读(765) 评论(0) 推荐(0)