asp中判断大于10小于12怎么写
发布网友
发布时间:2022-05-22 04:05
我来回答
共3个回答
热心网友
时间:2024-03-06 08:40
asp不支持 || 或者 && 一类的分隔符。。
if (x>10 and x<12) then 就可以了。
热心网友
时间:2024-03-06 08:40
这样的:可以了,请你奖励哈。
else if(cint(h)>12||(cint(h)<20)) '这里在用 cint() 将h转换成浮点型就ok了。
response.write ("goog afternoon")
............................
热心网友
时间:2024-03-06 08:41
判断大于10小于12
if (x>10 and x<20) then