+= 运算符用于添加至现有字符串
Public
const OMString& operator+=(const OMString& s); const OMString& operator+=(const char s); const OMString& operator+=(const char * s);
s
这是要添加至字符串的字符
更新后的字符串