Delphi 结合正确的Url


本文整理自网络,侵删。

 Function ChuTrueUrl(Str1,Str2 :String) :String; 
begin
Result :=Copy(Str1,1,LastDelimiter('/',Str1)-1)+'/'+Str2;
end;

相关阅读 >>

Delphi 判断素数的简单例子

Delphi hexstrtostream

Delphi 简单字符串截取函数

Delphi里formatfloat的用法

Delphi 任务栏显示进度条 createcomobject(clsid_taskbarlist) as itaskbarlist4

Delphi enumwindows 获取窗体句柄 进程id 窗体信息

Delphi 中使用微软全文翻译的小例子

Delphi的idhttp报508 loop detected错误的原因

Delphi readprocessmemory用法

Delphi controlcount和componentcount的区别

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



打赏

取消

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

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

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

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

评论

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