摘要: ADFADF /// /// 替换字符串中所有的html标签 /// /// 原始字符串 /// 长度 /// public static string CutReplaceStr(string str,int l) { Regex re = new Regex(@"]+>", RegexOptions.IgnoreCase); str... 阅读全文
posted @ 2008-07-02 09:41 yeqi 阅读(681) 评论(0) 推荐(0)