三大运营商:将删除通信行程卡用户数据
2025-01-31 12:59
1.net代码怎么获取第二行的源译openbr源码数字字符串
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);
}
2025-01-31 12:02
2025-01-31 12:01
2025-01-31 11:50
2025-01-31 11:45
2025-01-31 11:42
2025-01-31 11:37
2025-01-31 11:21
2025-01-31 11:06