Blogger Information
Blog 8
fans 0
comment 0
visits 1724
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
*表3月26日作业
晓的博客
Original
399 people have browsed it

<!DOCTYPE html>

<html>

<head>

<title>*表</title>

<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">

</head>

<body>

  <script type="text/javascript">

     var i=1;

     var j=10;

     for(i;i<=10;i++){

       for(j=i;j<=10;j++){

      document.write("*");}

  

        document.write('<br>')}

 </script>

</body>

</html>

      

  


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post