摘要: /// /// 返回提取数组 /// /// 正则 /// 字符串 /// private string[] rexID(string rex, string urlValue) { ArrayList al = new ArrayList(); string strRegex = rex; Regex r = new Regex(strRegex, RegexOptions.IgnoreCase); ... 阅读全文
posted @ 2014-01-11 11:49 秋千,为谁荡 阅读(293) 评论(0) 推荐(0)