// string& append(const char s, int n); //把字符串s的前n个字符连接到当前字符串结尾 // string& append(const string &s); //同operator+=(const string ...
Donglidishu / Cpp_Beginner_Tutorial Public archive Notifications Fork 0 Star 3 Code Issues Pull requests ...