亲宝软件园·资讯

展开

怎样判断用户是否非正常离开聊天室?

人气:0
想了解怎样判断用户是否非正常离开聊天室?的相关内容吗,在本文为您仔细讲解的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:怎样何判判断断用用户户是是否否非非正正常常离离开开聊聊天天室室??,下面大家一起来学习吧。

如何判断用户是否非正常离开聊天室?

    total = application("AllPeople")<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

' 聊天总人数.
    aryHuman = split(total,";")
    for i = lbound(aryHuman) to ubound(aryHuman) - 1
    if application("user" & i) = "online" then
    if int(timer) - int(application("TimeBegin" & i)) > 120 then
    application("user" & i) = ""
    temp = aryHuman(i)
    aryName = split(temp,",")
    hrefname =  aryName(0)
    for j = lbound(aryHuman) to ubound(aryHuman) - 1
    if application("user" & j) = "online" then
  application("content" & j) = "<FONT color=#000000>
〖精彩春风之聊天室的系统公告〗"&hrefname&"</FONT>" &"<font  color=#F08000 >"& "掉线了..." & "</font><font color = #000000 class=p9>" & "  <" & time() & "></font><br>" & application
("content" & j)
    end if
    next
    end if
    end if
    next

[1]

加载全部内容

相关教程
猜你喜欢
用户评论