<html>
<head>
<script>
function newDoc()
  {
  window.location.assign(http://www.baidu.com.cn)
  }
</script>
</head>
<body>

<input type="button" value="加载新文档" onclick="newDoc()">

</body>
</html>

 

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2021-05-29
  • 2021-06-15
  • 2021-10-05
  • 2021-12-03
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2021-12-13
  • 2021-11-19
  • 2021-11-29
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案