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>

相关文章