J
jwd01
Unregistered / Unconfirmed
GUEST, unregistred user!
如何获取Delphi源代码中的字符串
例如
ErrorString = 'It''s Good Day!';
要考虑到字符串中是否包含引号
或者
ErrorString = 'It''s Good Day!'#10#13'My name is ''%s''';
如何获取引号中的字符串?也就是It's Good Day!和My name is '%s'
例如
ErrorString = 'It''s Good Day!';
要考虑到字符串中是否包含引号
或者
ErrorString = 'It''s Good Day!'#10#13'My name is ''%s''';
如何获取引号中的字符串?也就是It's Good Day!和My name is '%s'