本文整理自网络,侵删。
function TThreadSpider.GetHtml(url: string): string;
var
html: string;
begin
try
html := Fhttp.Get(url);
except
html := '';
end;
Result := html;
end;
相关阅读 >>
Delphi firedac fdconnection 事务
Delphi 将richedit的内容输出到一个image图像中
更多相关阅读请进入《Delphi》频道 >>