摘要:
private static Regex RegNumber = new Regex("^[0-9]+$"); private static Regex RegNumberSign = new Regex("^[+-]?[0-9]+$"); private static Regex RegDecimal = new Regex("^[0-9]+[.]?[0-9]+$"); ... 阅读全文
posted @ 2017-04-12 09:57
天空之云
阅读(11188)
评论(0)
推荐(0)

浙公网安备 33010602011771号