摘要: using System.Text.RegularExpressions; using System.Web; namespace Tools { public class FiterHtml { /// /// 去除HTML标记 /// public static string NoHTML(stri... 阅读全文
posted @ 2008-12-09 14:53 pr.ou 阅读(182) 评论(0) 推荐(0)
摘要: 已知有一个XML文件(bookstore.xml)如下: Oberon's Legacy Corets, Eva 5.95 1、往节点中插入一个节点: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("bookstore.xml"); /*可以根据自己情况修改路径 如果是Winform的应... 阅读全文
posted @ 2008-12-09 09:39 pr.ou 阅读(271) 评论(0) 推荐(0)