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

VB 實例 If 條件

vb 實例

 if 條件

@code
dim price=50
end code

<html>
<body>
@if price>30 then
@
<p>the price is too high.</p>
end if
</body>
</html>

相關(guān)文章