一个反编译的类,把xml转换为json的
调用:
![]()
XmlDocument doc = new XmlDocument();
doc.LoadXml(this.textBox1.Text);//加载xml
this.textBox2.Text = byLibrary.byComponent.XmlToJSON(doc);返回生成的json
相关文章:
-
2022-12-23
-
2022-12-23
-
2021-08-18
-
2021-06-19
-
2021-08-19
-
2022-12-23
-
2021-11-09
猜你喜欢
-
2021-11-06
-
2022-12-23
-
2021-08-27
-
2021-08-13
-
2022-12-23
-
2021-09-02
相关资源
-
下载
2023-03-13
-
下载
2021-06-29
-
下载
2021-06-22