摘要:
public void ProcessRequest(HttpContext context){ string path = context.Request.QueryString["path"]; string name = context.Request.QueryString["name"]; if(path == null || path.Trim() == string... 阅读全文
posted @ 2006-04-21 20:14
ahui
阅读(665)
评论(0)
推荐(0)