中是否有访问http curent请求的方法?
提亚
发布于 2011-12-31 22:00:19
你可以用这个来做
HttpContext.Current.Request
您需要引用system.web程序集(对某些人来说,它可能很难闻)
system.web
https://stackoverflow.com/questions/8690768
相似问题