<!DOCTYPE html>
<html>
<body>
<%
对于 i = 0 至 5
response.write("该数字为 " & i & "<br>")
下一步
%>
</body>
</html>