标题:[求助]请问两个if语句怎么连用???
只看楼主
快乐如我
Rank: 1
等 级:新手上路
帖 子:38
专家分:0
注 册:2005-11-22
 问题点数:0 回复次数:1 
[求助]请问两个if语句怎么连用???


请问下面的两个if....怎么连用才正确???
<%
if 条件1 then
if 条件2 then
%>
结果
<%else%>
<%else%>
另一种结果
<%end if%>
<%end if%>

搜索更多相关主题的帖子: 语句 
2006-03-16 14:59
Anycall
Rank: 1
等 级:新手上路
帖 子:79
专家分:0
注 册:2005-12-20
得分:0 

if a="" then
if b="" then
Response.write("a is null,b is null too.")
else
Response.write("a is null,but b is not null.")
end if
else
if b="" then
Response.write("a is not null,b is null.")
else
Response.write("a is not null,but b is not null too.")
end if
end if


2006-03-16 15:58



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




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

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