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