VB 实例 For 循环

vb 实例

 for 循环

<html>
<body>
@for i=10 to 21
   @<p>line @i</p>
next i

</body>
</html>

相关文章