VB 实例 For Each 循环

vb 实例

for each 循环

<html>
<body>
<ul>
@for each x in request.servervariables
    @<li>@x</li>
next x
</ul>
</body>
</html>

相关文章