摘要: 方法一: HttpContext.Current.Request.RequestType == "POST" //当前请求为:POST 方法二: if(Request.ServerVariables["REQUEST_METHOD"] =="POST") 阅读全文
posted @ 2019-06-15 08:55 咖啡无眠 阅读(1885) 评论(0) 推荐(0) 编辑