ASP代码考试急求。

登陆页面index.asp以后,显示欢迎信息“上(下)午好,现在是**年**月**日,星期**”其中,欢迎信息能够根据当前系统时间自动进行变化,如果是12点以前,则显示上... 登陆页面index.asp以后,显示欢迎信息“上(下)午好,现在是**年**月**日,星期**”
其中,欢迎信息能够根据当前系统时间自动进行变化,如果是12点以前,则显示上午好,否则显示下午好。日期,星期则根据当前的实际数据显示。
展开
 我来答
为什么呢901
2014-01-07
知道答主
回答量:18
采纳率:0%
帮助的人:13.7万
展开全部
<%dim mydatemydate=date()response.Write("今天是:"+cstr(year(mydate))&"年"&cstr(month(mydate))&"月"&cstr(day(mydate))&"日 ")select case weekday(mydate)case 1 response.Write"星期日 "case 2 response.Write"星期一 "case 3 response.Write"星期二 "case 4 response.Write"星期三 "case 5 response.Write"星期四 "case 6 response.Write"星期五 "case 7 response.Write"星期六 "end select
%><SCRIPT Language="VBScript">dim moTime
function showTime()document.all.spnTime.innerText = time()end function
moTime = setInterval("showTime()",1000)
</SCRIPT><span id="spnTime"> </span><%h=hour(now())if 0<=h and h<6 then response.write "凌晨好!"if 6<=h and h<8 then response.write "早上好!"if 8<=h and h<11 then response.Write"上午好!"if 11<=h and h<13 then response.write "中午好!"if 13<=h and h<18 then response.Write"下午好!"if 18<=h and h<22 then response.Write"晚上好!"if 22<=h and h<24 then response.Write"夜已深,您该休息了!"
%>
北京新国信
2023-07-11 广告
软件测试是一个非常广泛的领域,需要掌握多种技能和知识。以下是一些做软件测试时需要掌握的关键技能和知识:1. 编程技能:测试人员需要具备一定的编程知识,能够阅读和理解源代码,编写测试脚本和自动化测试工具,例如Python、Java等语言。2.... 点击进入详情页
本回答由北京新国信提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式