循环输出HTML标题循环输出HTML标题<html><body> <script type="text/vbscript">for i=1 to 6 document.write("<h" & i & ">这是标题 " & i & "</h" & i & ">")next</script> </body></html>