XmlDocument doc = new XmlDocument();
            doc.LoadXml(xmlData.ToString());

            string jsonText = Newtonsoft.Json.JsonConvert.SerializeXmlNode(doc);

 

相关文章:

  • 2020-07-22
  • 2022-12-23
  • 2021-11-25
  • 2021-11-13
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2022-01-09
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案