📅  最后修改于: 2022-03-11 14:44:46.857000             🧑  作者: Mango
代码示例1
string s1 = "Now is the time...";
string s2 = "for all good men...";
string s3 = s1 + s2;
cout << "s3 is " << s3 << endl;