<!DOCTYPE html>
<html>
<body>
<%
i=0
當 i < 10 時
response.write(i & "<br>")
i=i+1
自環
%>
</body>
</html>