[导入]解决JS页面跳转ie,firefox,opera不兼容问题

一用我们的页面跳转都使用,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
大自然,飘然的风,QQ群: python技术交流群:453879716,人工智能深度学习群:251088643
golang技术交流群:316397059,vuejs技术交流群:458915921 渗透技术:534096581,囤币一族:621258209,有兴趣的可以加入
微信公众号:大自然预测(ssqyuce)原双色球预测, 心禅道(xinchandao)
原文地址:https://www.cnblogs.com/zdz8207/p/1375953.html