function isNewOpen(){
if(window.history&&window.history.length<2){//外部链接
return true;
}else{
return false;
}
}
function isNewOpen(){
if(window.history&&window.history.length<2){//外部链接
return true;
}else{
return false;
}
}