+ 運算子會新增字串。
Public
OMString operator+(const OMString& s);
OMString operator+(const char s);
OMString operator+(const char * s)
inline OMString operator+(const OMString& s1,
const OMString& s2)
inline OMString operator+(const OMString& s1,
const char * s2)
inline OMString operator+(const char* s1,
const OMString& s2)
秒
要新增的字串
s1
要將字串 2 新增至的字串
s2
要新增至字串 1 的字串
新字串