delphi idhttp控件的防止异常的处理


本文整理自网络,侵删。

 function TThreadSpider.GetHtml(url: string): string;
var
html: string;
begin
try
html := Fhttp.Get(url);
except
html := '';
end;
Result := html;
end;

相关阅读 >>

idmessage读取eml内容报

Delphi获取内存及cpu信息的函数

Delphi renamefile 文件改名

Delphi 通过注册表获取系统版本和cpu型号

Delphi 搭配hotkeyedit控件来解决问题

Delphi 分割文件合并文件的函数

Delphi xe 新功能试用:多种皮肤样式静、动态设置方法

Delphi winapi: settimer、killtimer - 创建与移除高性能定时器

Delphi 随机指定范围的字符串函数

Delphi toolbar按钮添加图标

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...