热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_45930584
人生若只如初见1549
6 年前
trueweixin_45930584

  <script> document.write("<table border=1>");
            for(var i = 1;i <= 9;i++){
                document.write("<tr>");
                for(var j = 1;j <= i;j++){
                    document.write("<td>"+j+"*"+i+"="+j*i+"</td>" );
                }
                document.write("</tr>");
            }
            document.write("</table>");
        
    </script>


求大佬讲解一下这段代码

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
我用#CSDN#这个app发现了有技术含量的博客,小伙伴们求同去《Java虚拟机调优(八)-典型配置举例2》, 一起来围观吧 https://blog.csdn.net/wjg8209/article/details/109096708?utm_source=app
立即登录