源代码 :
点击运行
<!DOCTYPE html> <html> <body> <script type="text/vbscript"> For i=1 To 6 document.write("<h" & i & ">This is header " & i & "</h" & i & ">") Next </script> </body> </html>
运行结果