<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
    <body>
    <input  />
</body>
<script type="text/javascript">
    $('#btnTest').click(function () {
        $(window.location).attr('href', 'http://www.google.com');

    });
</script>
</html>

 

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-06-22
  • 2022-01-29
  • 2021-11-10
猜你喜欢
  • 2021-12-29
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2021-10-22
  • 2021-09-06
相关资源
相似解决方案