方法一spa
var hrefValue = window.location.href;
alertUrls = ['abc.com', 'edf.com'];
for(key in alertUrls){
if(String(hrefValue).indexOf(alertUrls[key]) >= 0){
break;
}else{
}
}
方法二it
function tiaozhuan()
{
hrefValue = window.location.href; //獲取當前頁面的地址
var alrUrls = ['sm.abc.com', '3g.abv.com', 'm.abc.com'];
for(var i=0;i<=altUrls.length;i++)
{
if(String(hrefValue).indexOf(altUrls[i]) >= 0)
{
if(altUrls[i]=="sm.hkzhifa.com")
{
//break;
}
else if(altUrls[i]=="3g.hkzhifa.com")
{
//break;
}
else{
}
}
}
}