黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

VB 實(shí)例 If 條件

vb 實(shí)例

 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)文章