⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userlist.txt

📁 聊天
💻 TXT
字号:
[::Script]
<html>
<title>聊天室在线用户列表</title><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv=refresh content=150>
<style type="text/css">
<!--
body,td        { font-family: 宋体; font-size: 12px}
-->
</style>
</head>
<body bgcolor="#eeeeff"><center>
<h1 align="center"><font color="red">本房间总在线人数</font></h1>
<table border="1" cellpadding="3" cellspacing="0" width="90%">
<tr bgcolor=LightBlue><td style="font-size:14px" colspan=7>本房间总在线人数:[ <font color=red><script>document.write (L.length);</script></font> ]人</td></tr>
<script>
function CTable()
{
	var pStr = "<tr align=middle><td>聊天名</td><td>真实身份</td><td>性别</td><td>等级</td><td>在线状态</td><td>头像代码</td><td>注册状态</td></tr>";
	for (var i = 0; i < L.length; i++)
	{
		var pTd = "<tr align=center>";
		pTd += "<td>"+L[i][0]+"</td>";
		pTd += "<td>"+L[i][1]+"</td>";
		if (L[i][2]==1) pTd += "<td>男</td>";if (L[i][2]==0) pTd += "<td>女</td>";if (L[i][2]==2) pTd += "<td>保密</td>";
		pTd += "<td>"+L[i][3]+"</td>";
		if (L[i][4]==0) pTd += "<td>在线</td>";if (L[i][4]>0) pTd += "<td>发呆</td>";
		pTd += "<td>"+L[i][5].split("=")[1]+"</td>";
		if (L[i][6]==0) pTd += "<td>游客</td>";if (L[i][6]==1) pTd += "<td>注册用户</td>";
		pTd += "</tr>";
		pStr += pTd;
	}
	pStr += "</table>";
	return pStr;
}
function WritePage()
{
if (L.length > 0)
{
with (document)
{
write('<p align=center>')
write(CTable());
write('</p>')
}
}
}
WritePage();
</script>    
</center></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -