2007年9月13日
摘要: 1。读取单标签内容: private string GetSingleTagValueByAttr(string inputstring,string tagName,string attrname,string key) { Regex reg = new Regex("]*>",RegexOptions.IgnoreCase); MatchCo... 阅读全文
posted @ 2007-09-13 17:19 沉默的心 阅读(403) 评论(0) 推荐(0)
摘要: 1。读取单标签内容: private string GetSingleTagValueByAttr(string inputstring,string tagName,string attrname,string key) { Regex reg = new Regex("]*>",RegexOptions.IgnoreCase); MatchCollect... 阅读全文
posted @ 2007-09-13 16:41 沉默的心 阅读(477) 评论(0) 推荐(0)