02 2006 档案

摘要: using System.Text.RegularExpressions;if(strContent.Trim() != ""){string[] unlegal2=new string[5]{"脏话。。。"} ;for (int i = 0;i<unlegal2.Length ;i++){Regex content_1 =new Regex(unlegal2[i]);Match conte...阅读全文
posted @ 2006-02-21 17:10 Ame 阅读(300) | 评论 (2) 编辑