| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 596 人关注过本帖
标题:请高手指教
只看楼主 加入收藏
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
快速回复:请高手指教
数据加载中...
 
   



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

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