标题: 这段程序不理解那些类了方法了 能不能给详细解释 [打印本页] 作者: 邢秀兰 时间: 2012-12-5 21:22 标题: 这段程序不理解那些类了方法了 能不能给详细解释 using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace test7
{
class Program
{
//从一段文本中提取所有的数字。
static void Main(string[] args)
{
string text = "123456";
// MatchCollection 类表示非重叠匹配的序列