1 Request["username"]=Request.params["username"]搜索范围 url参数,form参数,cookie参数。
查找顺序url,form,cookie 如果存在即返回
2 Request.querystring 搜索范围 url参数
3 request.form 搜索范围 post提交form参数
4 request.cookies 搜索范围cookie参数
Request.servervariables。
本文共 283 字,大约阅读时间需要 1 分钟。
1 Request["username"]=Request.params["username"]搜索范围 url参数,form参数,cookie参数。
查找顺序url,form,cookie 如果存在即返回
2 Request.querystring 搜索范围 url参数
3 request.form 搜索范围 post提交form参数
4 request.cookies 搜索范围cookie参数
Request.servervariables。
转载于:https://www.cnblogs.com/gaojian0927/p/9633276.html