手机版 | 登录 | 注册 | 留言 | 设首页 | 加收藏
联系客服
当前位置: 网站首页 > 程序技巧 > asp > 文章 当前位置: asp > 文章

asp怎样判断某次请求是POST,还是GET?

时间:2023-02-21    点击: 次    来源:网络    添加者:佚名 - 小 + 大

第一种方法:

x=request.QueryString("xxx")

y=request.form("xxx")
if x="" and y <>"" then
response.write "是post方法传递"
else
if x <> "" and y ="" then
response.write "是get方法传递"
else
response.write "没有传递"
end if

end if


第二种方法:

if Request.ServerVariables("Request_Method")="POST" then

//内容

end if


分享按钮

上一篇:SQL注释

下一篇:ASP中如何使用inputbox

豫ICP备19032584号-1  |   QQ:80571569  |  地址:河南濮阳市  |  电话:13030322310  |  
Copyright © 2024 FE内容付费系统 版权所有,授权www.xingwp.cn使用 Powered by 66FE.COM