<!DOCTYPE html>
<html>
<body>

<%
i=0
当 i <  10 时
   response.write(i & "<br>")
   i=i+1
自环
%>


</body>
</html>