[Delphi (Object Pascal)] Delphi 剪切字符串 →→→→→进入此内容的聊天室

来自 , 2021-01-27, 写在 Delphi (Object Pascal), 查看 150 次.
URL http://www.code666.cn/view/dce4eef0
  1. function ReduceStr(const Str: string; ReduceBy: Integer): string;
  2. begin
  3.   Result := Copy(Str, 1, Length(Str) - ReduceBy);
  4. end;

回复 "Delphi 剪切字符串"

这儿你可以回复上面这条便签

captcha