摘要: 原始字符串(Raw String Literals) C++ 11特性 一种所见即所得的东西,可以完美返回你想要的字符串,包括换行等等 大体长这样 R"()" 使用方式如 string k = R"(asdfasd sd gf a)"; cout << k << endl; 输出 asdfasd s 阅读全文
posted @ 2025-10-17 20:03 blind5883 阅读(7) 评论(0) 推荐(0)