本文整理自网络,侵删。
function TThreadSpider.GetHtml(url: string): string;
var
html: string;
begin
try
html := Fhttp.Get(url);
except
html := '';
end;
Result := html;
end;
相关阅读 >>
Delphi getprocessmemoryinfo获取进程占用内存大小
更多相关阅读请进入《Delphi》频道 >>
本文整理自网络,侵删。
function TThreadSpider.GetHtml(url: string): string;
var
html: string;
begin
try
html := Fhttp.Get(url);
except
html := '';
end;
Result := html;
end;
相关阅读 >>
Delphi getprocessmemoryinfo获取进程占用内存大小
更多相关阅读请进入《Delphi》频道 >>
管理员已关闭评论功能...