微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!
全为专题提供全为的最新资讯内容,帮你更好的了解全为。
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Text.RegularExpressions; namespace IsNumberTest {     /// <summary>     /// 几种验证字符串是否全为数字方法的比较