1using System; 2using System.Text.RegularExpressions; 3 4public bool IsNumber(String strNumber) 5 相关文章: