常规参数
文章标题:
权重:
文章摘要:
function StrLeft(const mStr: string; mDelimiter: string): string;{ 返回左分隔字符串 }beginResult := Copy(mStr, 1, Pos(mDelimiter, mStr) - 1);end; { StrLeft }function ListCount(mList: string; mDelimiter: string = ','): Integer;{ 返回列表数 }varI, L:
关键字:
转换 文本 数据 mDelimiter string end mList not Result
管理密码: