if(location.toString().indexOf("abc.com") <= -1)     /*如果当前网址中没有abc.com*/

{

document.location.href="/b.htm";   /*跳转到b.htm*/

}

else

{

document.location.href="/a.htm";   /*有的话,跳转到a.htm*/ }

支付宝打赏 微信打赏

如果文章对你有帮助,欢迎点击上方按钮打赏作者

版权声明:若无特殊注明,本文皆为( FFan )原创,转载请保留文章出处。