string  <span style="font-family: Arial, Helvetica, sans-serif;">m_strXmlContent="dfsafsdadfa";</span>
        stringstream strData;
	strData <<m_strXmlContent;
	fstream oFile;
	oFile.open("DoQuery.xml", ios_base::out);
	oFile << strData.str().c_str();
	oFile.close();

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案