我正在尝试使用 c++ 来编辑大量的 html 文件。除了我尝试编辑 src 标签外,所有这些都在工作。我认为这是因为引号。这是我的代码。
string strReplace2 = "src=\"\""; //string to replace
和
strTemp = "src=\"http://localhost/Media/TV Shows/The Big Bang Theory Season 6/" + filename + "\"";
当我运行程序时,除了写入文件的那部分之外,一切正常。