时间: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 第二种方法: |
上一篇:SQL注释
下一篇:ASP中如何使用inputbox