美文网首页
window.location.href跳转无效

window.location.href跳转无效

作者: 若水亦城空 | 来源:发表于2020-06-29 17:44 被阅读0次

    window.location.href跳转无效window.location.

    window.location.href = "http://192.168.0.14:8102";
    而非没有 http:// (会 push 到 不断循环请求 )
    window.location.href = "192.168.0.14:8102";

    相关文章

      网友评论

          本文标题:window.location.href跳转无效

          本文链接:https://www.haomeiwen.com/subject/qdkafktx.html