mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-16 00:22:35 +08:00
更新于 07-07 03:47
This commit is contained in:
@ -132,6 +132,7 @@ $(document).ready(function () {
|
||||
let timeStamp = new Date().getTime();
|
||||
$.get('./GetUserCount?t=' + timeStamp, function (data) {
|
||||
if (data.err == 0) {
|
||||
UserNum = data.msg;
|
||||
document.getElementById("UserNum").innerHTML=data.msg;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user