标题:请高手指教
只看楼主
fm0404
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-1-22
 问题点数:0 回复次数:1 
请高手指教

<html> <%if time <#12:00:00# and time>=#00:00:00# then bgc="silver" elself time<#19:00:00# and time >=#12:00:00# then bgc="navy" else bgc="red" end if %> <body bgcolor="<% =bgc %>"> <font color="green"> <%if time <#12:00:00# and time>=#00:00:00#then> 早上好呀,今天天气不错呀! <% elseif time <#19:00:00# and time >=#12:00:00# then %> 下午好! <% else %> 哈喽!今晚你没有去IRC聊天! <% end if %> </body> </html>

这段代码的结果怎么会是这样:下午好! 哈喽!今晚你没有去IRC聊天!

请高手加QQ:6710223指教

搜索更多相关主题的帖子: bgc time body 
2005-01-22 19:40
fly3000
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-1-23
得分:0 

<html> <%if time <#12:00:00# and time>=#00:00:00# then bgc="silver" elseif time<#19:00:00# and time >=#12:00:00# then bgc="navy" else bgc="red" end if %>

<body bgcolor="<%=bgc%>">

<%if time <#12:00:00# and time>=#00:00:00#then%> 早上好呀,今天天气不错呀! <% elseif time <#19:00:00# and time >=#12:00:00# then%> 下午好! <%else%> 哈喽!今晚你没有去IRC聊天! <%end if %> </body> </html>

2005-01-23 15:14



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




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

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