一用我们的页面跳转都使用,window.location.reload()。
但在firefox,opera这样不行,替代使用window.location.href="";就可以了

另外用 <meta http-equiv="refresh" content="0;url=all_topic.action">也可以

<html>
<head>
   <meta http-equiv="Content-type" content="text/html; charset=utf-8">
   <meta http-equiv="refresh" content="0;url=all_topic.action"

阅读全文
类别:Javascript 查看评论
文章来源:http://hi.baidu.com/zdz8207/blog/item/5fc9d209f3b73c85d0581b66.html

相关文章:

  • 2021-10-18
  • 2021-08-29
  • 2022-12-23
  • 2021-07-13
  • 2021-07-07
  • 2022-12-23
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-12-27
  • 2021-10-16
  • 2021-06-30
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案