摘要:
/// /// 获取字符串中的数字 /// /// /// private int GetNumber(string par) { string strTempContent =par; strTempContent = System.Text.RegularExpressions.Regex.Replace(strTempContent, @"[^\d]*", "")... 阅读全文
posted @ 2006-11-03 20:12
感動常在
阅读(9809)
评论(2)
推荐(0)
浙公网安备 33010602011771号