本文整理自网络,侵删。
var URL := edtAddress.Text;
if not StartsText('http', URL) then //判断是否是http 开头,如果不是则
begin
URL := 'http://' + URL;
end;
相关阅读 >>
Delphi 实现卸载windows应用程序(类似360软件管家-卸载程序)
Delphi datetime,date,time tdatetimepicker
更多相关阅读请进入《Delphi》频道 >>