摘要: /* * 扩展NameValueCollection * 调用方法:Request.QueryString.IsNumeric("ID")*/using System;using System.Collections.Specialized;using System.Text.RegularExpressions;namespace App{ /// <summary&g... 阅读全文
posted @ 2009-09-19 10:08 Zhou. 阅读(416) 评论(0) 推荐(0)