<!DOCTYPE html>
<html>
<body>

<%
对于循环变量从 1 到 6
  response.write("<h" & i & ">这是标题 " & i & "</h" & i & ">")
下一步
%>


</body>
</html>