摘要:
这个我这里自己一直用的几个函数,下面贴出来。
希望尽量不是直接要实例就去用,而不关心他本来的意义和实现思路等。加油!
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
///
/// 对字符串进行检查和替换其中的特殊字符
///
///
///
public static string HtmlToTxt(string strHtml)
{
string[] aryReg ={
阅读全文
posted @ 2008-07-23 11:36 天轰穿 阅读(4765) 评论(13) 推荐(0)