69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

VB 實(shí)例 If Else 條件

vb 實(shí)例

 if else 條件

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

</body>
</html>

相關(guān)文章