摘要:
一、正则表达式 //首先引用命名空间using System.Text.RegularExpressions;string s= TextBox1.Text.Trim();Regex reg = new Regex("^[0-9]+$");Match ma = reg.Match(s);if(ma.... 阅读全文
posted @ 2015-09-12 13:41
junoveia
阅读(296)
评论(0)
推荐(0)
浙公网安备 33010602011771号