黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

VB 實(shí)例 Else If 條件

vb 實(shí)例

else if 條件

@code
dim price=25
end code
<html>
<body>
@if price>=30 then
    @<p>the price is high.</p>
elseif price>20 and price<30 then  
    @<p>the price is ok.</p>
else
    @<p>the price is low.</p>
end if

</body>
</html>

相關(guān)文章