+= 運算子會將字元新增至現有字串。
Public
const OMString& operator+=(const OMString& s); const OMString& operator+=(const char s); const OMString& operator+=(const char * s);
秒
要新增至字串的字元
更新的字串