案例:ASP.net案例     状态:不可编辑再运行    进入竖版
 运行结果 
AخA
 
1
@Code
2
Dim price=50
3
End Code
4
<html>
5
<body>
6
@If price>30 Then
7
@<p>The price is too high.</p>
8
End If
9
</body>
10
</html>