摘要: From: http://www.martinbroadhurst.com/replacing-all-occurrences-of-a-character-in-a-stdstring.html This can be done using the standard library or Boos 阅读全文
posted @ 2018-05-23 17:22 今夜太冷 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 在一个c++的.h文件中加入了这段代码: #include <string> using namespace std; std::string escapeStr(const std::string& input) { return std::string(input); } 结果总是报错: one 阅读全文
posted @ 2018-05-23 16:11 今夜太冷 阅读(3604) 评论(0) 推荐(0) 编辑