本文整理自网络,侵删。
function TThreadSpider.GetHtml(url: string): string;
var
html: string;
begin
try
html := Fhttp.Get(url);
except
html := '';
end;
Result := html;
end;
相关阅读 >>
Delphi adoquery的post和updatebatch
Delphi 判断指定字符串是否开头 startstext用法
更多相关阅读请进入《Delphi》频道 >>