摘要:
//post请求 string name = Request["name"].toString(); string name =Request.Form.Get("name").toString(); //get请求 string name = Request.QueryString["name"].toString(); 但我发现 无论是否是post与get传值都可用string name = Request["name"].toString(); 表单提交中get和post方式的区别归纳如下几点: 1. get 阅读全文
posted @ 2010-05-19 14:19
Renn.Erann
阅读(245)
评论(0)
推荐(0)
浙公网安备 33010602011771号