[quote=引用 8 楼 天行归来 的回复:][quote=引用 7 楼 小桂叶 的回复:][quote=引用 6 楼 天行归来 的回复:]Delphi10环境,用 IXMLHTTPRequest ,测试 https://halfrost.com/tls1-3_start/ 这个网站,可正常返回。 var resp: string; http: IXMLHTTPRequest ; begin http:= CoXMLHTTP60.Create(); http.open('Get', 'https://halfrost.com/tls1-3_start/', false, EmptyParam, EmptyParam); http.send(EmptyParam); resp := http.responseText; end;
var resp: string; http: IXMLHTTPRequest ; begin http:= CoXMLHTTP60.Create(); http.open('Get', 'https://halfrost.com/tls1-3_start/', false, EmptyParam, EmptyParam); http.send(EmptyParam); resp := http.responseText; end;
Delphi10环境,用 IXMLHTTPRequest ,测试 https://halfrost.com/tls1-3_start/ 这个网站,可正常返回。 var resp: string; http: IXMLHTTPRequest ; begin http:= CoXMLHTTP60.Create(); http.open('Get', 'https://halfrost.com/tls1-3_start/', false, EmptyParam, EmptyParam); http.send(EmptyParam); resp := http.responseText; end;
[quote=引用 7 楼 小桂叶 的回复:][quote=引用 6 楼 天行归来 的回复:]Delphi10环境,用 IXMLHTTPRequest ,测试 https://halfrost.com/tls1-3_start/ 这个网站,可正常返回。 var resp: string; http: IXMLHTTPRequest ; begin http:= CoXMLHTTP60.Create(); http.open('Get', 'https://halfrost.com/tls1-3_start/', false, EmptyParam, EmptyParam); http.send(EmptyParam); resp := http.responseText; end;
[quote=引用 6 楼 天行归来 的回复:]Delphi10环境,用 IXMLHTTPRequest ,测试 https://halfrost.com/tls1-3_start/ 这个网站,可正常返回。 var resp: string; http: IXMLHTTPRequest ; begin http:= CoXMLHTTP60.Create(); http.open('Get', 'https://halfrost.com/tls1-3_start/', false, EmptyParam, EmptyParam); http.send(EmptyParam); resp := http.responseText; end;
1,183
社区成员
22,328
社区内容
加载中
试试用AI创作助手写篇文章吧