<!DOCTYPE>
<html>
 <head>
  <title> new document </title>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <style type="text/css">
    #bg{
        height:100%;
        widht:100%;
        background-size:cover;
    }
  </style>

 </head>
 <body>
      <div  );
    for(var i=0;i<sortArr.length;i++){
       //divResult.appendChild(sortArr[i]);
       //alert(sortArr[i].outerHTML);
     divResult.innerHTML +=sortArr[i].outerHTML;
    }
  
 </script>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2021-11-16
  • 2021-08-30
  • 2021-11-29
  • 2021-06-23
猜你喜欢
  • 2021-07-24
  • 2021-07-24
  • 2021-12-31
  • 2022-01-28
相关资源
相似解决方案