wmcoder

<script>
  function toLogin(){

  //第一种
    //self.location="/zhld/toTestLogin";

  //第二种
    top.location="/zhld/toTestLogin";

  //第三种
    //window.navigate="/zhld/toTestLogin";

  //第四种
    //window.location.href="/zhld/toTestLogin";
}
</script>

分类:

技术点:

相关文章:

  • 2022-02-08
  • 2021-12-14
  • 2022-12-23
  • 2021-07-02
  • 2021-12-05
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2021-05-23
  • 2021-12-31
  • 2021-12-31
  • 2022-01-08
  • 2021-12-31
  • 2022-02-24
相关资源
相似解决方案