📄 time.js
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -