摘要: System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url); 阅读全文
posted @ 2022-03-28 15:48 Forest-8023 阅读(219) 评论(0) 推荐(0)