首页 > 网站 > 建站经验 > 正文

!在线人数写法

2019-11-02 15:15:17
字体:
来源:转载
供稿:网友

<%
user=request.cookies("21bbsusername")
totaluser=application("user")
if instr(totaluser,user)=0 then
application.lock
application("user")=totaluser&";"&user
application.unlock
end if
%>
<html>
<head>
<meta http-equiv="refresh" content="2">
</head>
<body>
</body>
</html>

励志网名[www.la240.com/html2017/1/19/]
后显示在线人数。
user=split(application("user"),";")
num=ubound(user)
response.write num

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表