time.js

来自「漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了」· JavaScript 代码 · 共 13 行

JS
13
字号
document.writeln("<script language=\"javaScript\">");
document.writeln("<!--");
document.writeln("now = new Date(),hour = now.getHours()");
document.writeln("if(hour < 6){document.write(\"凌晨好\")}");
document.writeln("else if (hour < 9){document.write(\"早上好\")}");
document.writeln("else if (hour < 12){document.write(\"上午好\")}");
document.writeln("else if (hour < 14){document.write(\"中午好\")}");
document.writeln("else if (hour < 17){document.write(\"下午好\")}");
document.writeln("else if (hour < 19){document.write(\"傍晚好\")}");
document.writeln("else if (hour < 22){document.write(\"晚上好\")}");
document.writeln("else {document.write(\"夜里好\")}");
document.writeln("// -->");
document.writeln("</script\>");

⌨️ 快捷键说明

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