今天是2025年5月14日 第20周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
// Edit via Wikiplus
第25行: 第25行:  
// Set the time.
 
// Set the time.
 
var hh = (now.getUTCHours() + 8);
 
var hh = (now.getUTCHours() + 8);
while(hh > 24) {hh -= 24;}
+
while(hh >= 24) {hh -= 24;}
 
var mm = now.getUTCMinutes();
 
var mm = now.getUTCMinutes();
 
var ss = now.getUTCSeconds();
 
var ss = now.getUTCSeconds();
161

个编辑

导航菜单