摘要: delphi 函数给字符串两边加单引号并返回.声明:function QuotedStr(const S: string): string;用函数 QuotedStr把字符串S转换成为用引号括起来的字符串。单引号" ' " 将被插入到字符串s的最前和最后。例如:abc -> 'abc ' 阅读全文
posted @ 2018-08-31 10:12 Thenext 阅读(4341) 评论(0) 推荐(1)