level 2
梦的远方23
楼主
<html>
<head>
<title>t52.asp</title>
</head>
<body>
<script language=vbscript>
Dim i
i=Hour(Time())
document.write i
If i<12 Then
Document.write ("张三,早上好!")
Else If i<14 Then
Document.write ("张三,中午好!")
Else If i<18 Then
Document.write ("张三,下午好!")
Else
Document.write ("张三,晚上好!")
End if
</script>
</body>
</html>
2014年07月09日 02点07分
1
<head>
<title>t52.asp</title>
</head>
<body>
<script language=vbscript>
Dim i
i=Hour(Time())
document.write i
If i<12 Then
Document.write ("张三,早上好!")
Else If i<14 Then
Document.write ("张三,中午好!")
Else If i<18 Then
Document.write ("张三,下午好!")
Else
Document.write ("张三,晚上好!")
End if
</script>
</body>
</html>