asp if then后面跟and问题
Ifphtemp<=4.5Thenphlevel1=1Andphlevel2=phlevel3=phlevel4=phlevel5=phlevel6=0and不行。应该怎...
If phtemp <= 4.5 Then
phlevel1 = 1 And phlevel2 = phlevel3 = phlevel4 = phlevel5 = phlevel6 = 0
and 不行。应该怎么写? 展开
phlevel1 = 1 And phlevel2 = phlevel3 = phlevel4 = phlevel5 = phlevel6 = 0
and 不行。应该怎么写? 展开
展开全部
应该是:
if 条件1 and 条件2 and 条件3 then
执行内容
end if
if 条件1 and 条件2 and 条件3 then
执行内容
end if
追问
不是条件and 是结果要多个结果 。知道and不对 ,但应该用什么?
追答
一个一个的写呀,你是要赋值吧?
if 条件1 then
变量1=1
变量2=变量1
变量3=变量2
变量4=变量1
end if
一行一个赋值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
If phtemp <= 4.5 Then
phlevel1 = 1
phlevel2 = 0
phlevel3 = phlevel2
phlevel4 = phlevel2
phlevel5 = phlevel2
phlevel6 = phlevel2
end if
是这样吗?
phlevel1 = 1
phlevel2 = 0
phlevel3 = phlevel2
phlevel4 = phlevel2
phlevel5 = phlevel2
phlevel6 = phlevel2
end if
是这样吗?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
if phtemp <=4.5 then
phlevel1=1
phlevel2=0
phlevel3=0
phlevel4=0
phlevel5=0
phlevel6=0
elseif phtemp<=10 then
phlevel1=0
phlevel2=1
phlevel3=0
phlevel4=0
phlevel5=0
phlevel6=0
end if
以后以此类推
phlevel1=1
phlevel2=0
phlevel3=0
phlevel4=0
phlevel5=0
phlevel6=0
elseif phtemp<=10 then
phlevel1=0
phlevel2=1
phlevel3=0
phlevel4=0
phlevel5=0
phlevel6=0
end if
以后以此类推
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询