摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;using System.Web;namespace BLL{ public class XmlDoc { /// /// 创建Xml文件 /// /// 创建文件路径 /// public void CreateXmlNode(string xmlPath, string element) { //实例化Xml文档类 XmlTextWriter xmlTextWriter = n... 阅读全文
posted @ 2013-11-08 15:10 realmking 阅读(319) 评论(0) 推荐(0)