delphi 通过HTTP获取软件版本


本文整理自网络,侵删。

 procedure TForm1.Button4Click(Sender: TObject);
var mystr:string;
begin
MyStr:=IdHTTP1.Get('http://www.3464.com/version.html');
showmessage(MyStr);
end;

相关阅读 >>

Delphi 文件,文件夹删除移动和拷贝

Delphi里实现文件格式关联应用程序的功能

Delphi xe5 android toast

Delphi 禁止alt+f4关闭

Delphi 软关闭显示器的代码

Delphi mysql里Delphi事件类型转unix时间戳

Delphi android device information

Delphi crc32算法

Delphi screencap 截图

Delphi中messagebox的用法

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



打赏

取消

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

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

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

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

评论

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