技术文档MQL5参考标准程序库字符串CStringAppendAppendAppend追加字符串。void Append( const string str // 追加的字符串 )参数 str[输入] 追加的字符串。Append追加字符串至 CString 类实例。void Append( CString* string // 对象描述符 )参数 string[输入] 追加的 CString 类对象的描述符。AssignInsert