1.net代码怎么获取第二行的码解有游戏源码怎么做游戏数字字符串
net代码怎么获取第二行的数字字符串
public static string IgetNumber(string str)
{
return System.Text.RegularExpressions.Regex.Replace(str, @"[^\d{ 2}-]*", "");
}
public static void Main()
{
string a=IgetNumber("武汉房权证字号第-号");
string b=IgetNumber("武汉房权证字号第号");
Console.WriteLine(a);
Console.WriteLine(b);
}
2024-11-30 12:17
2024-11-30 12:11
2024-11-30 11:50
2024-11-30 11:34
2024-11-30 11:06
2024-11-30 10:17