当请求Web数据时,“请求被停止: 未能建立 SSL/TLS 安全通道”的问题安全
在https请求以前加 System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; //加上这一句