2020年4月22日

Delphi QuotedStr函数-给字符串两边加单引号并返回.

摘要: Quoted 英文意思:引用、转引 函数原型: function QuotedStr(const S: string): string; var I: Integer; begin Result := S; for I := Length(Result) downto 1 do if Result[ 阅读全文

posted @ 2020-04-22 10:30 滔Roy 阅读(1178) 评论(0) 推荐(0) 编辑

导航