以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- UserLogging时间中如何设置User.Tag? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=76633) |
-- 作者:hanxuntx -- 发布时间:2015/11/2 15:51:00 -- UserLogging时间中如何设置User.Tag? 难道只能用遍历? 还有一个问题 如何判断一个用户已经登录了?也是用遍历么?
|
-- 作者:大红袍 -- 发布时间:2015/11/2 16:28:00 -- http://www.foxtable.com/help/topics/2979.htm
If QQServer.Users.Contains("生产部.李桂兰") Then \'判断此用户是否在线
End If |