using System; using System.Collections.Generic; class DictionaryDemo
using System;
using System.Data;
using System.Configuration;
using System.Web;
以下是一些常用的正则表达式,觉得实用就收藏一下吧。只能输入数字:"^[0-9]*$"。
只能输入n位的数字:"^\d{n}$"。
只能输入至少n位的数字:"^\d{n,}$"。
只能输入m~n位的数字:。"