作者:admin 来源: 日期:2021/2/2 16:23:08 人气: 标签:
var URL := edtAddress.Text;if not StartsText('http', URL) then //判断是否是http 开头,如果不是则begin URL := 'http://' + URL;end;
if not StartsText('http', URL) then //判断是否是http 开头,如果不是则
begin
URL := 'http://' + URL;
end;