摘要: private void ProcessInfo(HttpContext context) { string method = string.Empty; byte[] aa = new byte[context.Request.ContentLength]; string ss = ""; try { ... 阅读全文
posted @ 2008-09-12 18:26 new 维生素C.net() 阅读(3029) 评论(1) 推荐(0)