<script>
    $(function(){
        /*公共部分:登录弹框*/
        $("#login_box").load("../../template/login/login.html",function(){
           var sc =  document.createElement("script");
           sc.src= "../../template/login/login.js";
           $("body").append(sc);
        });
    })
    </script>

 

相关文章:

  • 2022-12-23
  • 2021-11-26
  • 2022-02-07
  • 2021-06-05
  • 2022-12-23
  • 2021-12-03
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2021-04-20
  • 2022-02-07
  • 2021-07-15
  • 2022-02-04
  • 2022-12-23
  • 2021-09-25
相关资源
相似解决方案