W3School TIY
编辑您的代码:
<html> <body> <script type="text/vbscript"> for i=1 to 6 document.write("<h" & i & ">这是标题 " & i & "</h" & i & ">") next </script> </body> </html>
查看结果: