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 )原创,转载请保留文章出处。
现在是,2024-12-06 11:38:33,你好,欢迎光临!