📄 onlines.js
字号:
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: onlines.js,v $
$Revision: 1.2.2.2 $
$Date: 2007/03/21 15:53:02 $
*/
document.write('<span id="onlinenum"></span>');
getonlinenum();
function getonlinenum() {
var x = new Ajax();
x.get('misc.php?action=getonlines&inajax=yes', function(s){
$('onlinenum').innerHTML = s;
});
}
window.setInterval("getonlinenum()", 180000);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -