为了账号安全,请及时绑定邮箱和手机立即绑定

如果 url 匹配某些条件,则重定向用户

如果 url 匹配某些条件,则重定向用户

慕标5832272 2021-06-08 13:12:34
如果 url 包含某些条件,我希望用户被重定向到新网页。我似乎无法让 OR 条件起作用。有什么想法吗?if (    document.location.href.indexOf("https://www.oct.ca/") > -1 &&    document.location.href.indexOf("professionally_speaking") > -1 &&    document.location.href.includes("2019-03" || "2018-12")  ) {    window.location = window.location.href.replace("https://www.oct.ca/", "http://professionallyspeaking.oct.ca/")  }
查看完整描述

1 回答

?
芜湖不芜

TA贡献1796条经验 获得超7个赞

你不能那样做 - 添加另一个条件:

&& (document.location.href.includes("2019-03") || document.location.href.includes("2018-12"))



查看完整回答
反对 回复 2021-06-11
  • 1 回答
  • 0 关注
  • 175 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信