delphi QuotedStr与QuotedString的区别

一曲轻扬 / 2023-05-14 / 原文

在delphi中,什么情况下使用QuotedStr?什么情况下使用QuotedString?

QuotedStr: SQL语句拼接,加单引

QuotedString:JSON,加双引

DeQuotedString:去引号