问题描述
不知道如何解答
问题解答
<script>for( var i = 1 ; i <= 6 ; i++ ){alert( i ) ;document.write( "<h" + i + ">" + "h" + i + "</h" + i + ">" )}</script>
这样?