<!DOCTYPE html>
<html>
<body>

<%
對於 i = 0 到 5
  response.write("數字是 " & i & "<br>")
下一步
%>


</body>
</html>