以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何判断 http访问是否带参数 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=165363) |
-- 作者:xa139 -- 发布时间:2021/5/15 9:57:00 -- 如何判断 http访问是否带参数 If len(e.Values ) >1 Then Functions.Execute("getpostv",e.Values) End If
|
-- 作者:有点蓝 -- 发布时间:2021/5/15 10:04:00 -- If e.Values.count >1 Then |