本文整理自网络,侵删。
Function ChuTrueUrl(Str1,Str2 :String) :String;
begin
Result :=Copy(Str1,1,LastDelimiter('/',Str1)-1)+'/'+Str2;
end; 相关阅读 >>
Delphi的idhttp报508 loop detected错误的原因
Delphi tarray<tarray<string>> 用法
更多相关阅读请进入《Delphi》频道 >>
本文整理自网络,侵删。
Function ChuTrueUrl(Str1,Str2 :String) :String;
begin
Result :=Copy(Str1,1,LastDelimiter('/',Str1)-1)+'/'+Str2;
end; 相关阅读 >>
Delphi的idhttp报508 loop detected错误的原因
Delphi tarray<tarray<string>> 用法
更多相关阅读请进入《Delphi》频道 >>
管理员已关闭评论功能...