如何連接std:string和int?我以為這會很簡單,但它帶來了一些困難。如果我有std::string name = "John";int age = 21;如何將它們組合成一個字符串"John21"? 查看完整描述