例3-10.htm
来自「发广告高投入还给他呵呵语而言一天我认同感而热听音乐一 同意同意一」· HTM 代码 · 共 20 行
HTM
20 行
<script language="vbscript">
dim i
i=hour(time())
if i>=0 and i<6 then
document.write("凌晨好!")
end if
if i>=6 and i<8 then
document.write("早上好!")
end if
if i>=8 and i<12 then
document.write("上午好!")
end if
if i>=12 and i<18 then
document.write("下午好!")
end if
if i>=18 and i<24 then
document.write("晚上好!")
end if
</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?