Trim 去除字符串左右2边的空格Delphi syntax:
function Trim(const S: string): string; overload;
function Trim(const S: WideString): WideString; overload;