摘要:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using System.Collections; namespace Framework
{ /// <summary> /// 将xml转换为json /// </summary> public class XmlToJson { /// <summary> /// 将xml转换为json ///... 阅读全文
posted @ 2012-06-05 20:20
清山博客
阅读(349)
评论(0)
推荐(0)