少了 #include <string> 头文件,加上就对了。
二进制“<<”: 没有找到接受“const std::basic_string<char,std::char_traits<char>,std::allocator<char>>”类型的右操作数的运算
最新推荐文章于 2023-08-15 09:13:57 发布
少了 #include <string> 头文件,加上就对了。