摘要: #region 检查数字 public bool IsNumeric(string value) { bool result; try { int x = int.Parse(value); result = tr... 阅读全文
posted @ 2019-03-12 15:04 芈璐 阅读(167) 评论(0) 推荐(0) 编辑