标题:为什么这段程序不能运行?
取消只看楼主
yuanming_003
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2009-7-8
结帖率:100%
已结贴  问题点数:10 回复次数:1 
为什么这段程序不能运行?
这段程序不能运行,还有”if left(theTime,2)>12“它的用法是什么?
<!--File Name:time.asp -->
<%@Language=VBScript%>
<html>
<head>
<title>示例 1   </title>
</head>
<body>
<h1>欢迎访问我的主页</h1>
<%
totay=Date()
ttime=Time()
if left(theTime,2)>12 then
response.write"<h3>下午好!</h3>"
else
response.write"<h3>下午好!</h3>"
end if
%>
今天是<%=totay %>时间<%=theTime %>
</body>
</html>
搜索更多相关主题的帖子: 运行 
2010-03-02 10:16
yuanming_003
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2009-7-8
得分:0 
回复 3楼 javaxingxing
谢谢!
2010-03-09 14:27



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-298365-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.089920 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved