案例:ASP.net案例     状态:不可编辑再运行    进入竖版
 运行结果 
AخA
 
1
<html>
2
<body>
3
@for i=10 to 21
4
   @<p>Line @i</p>
5
next i
6
</body>
7
</html>