window.location.href 兼容性问题 (ie 浏览器下设置失效)时间:2024-04-15 00:35:38window.location.href 兼容性问题 (ie 下设置失效) window.location.href = "../index.html" (ie 浏览器失效) window.open('../index.html') 都生效(亲测有效)