我现在想做 点击遮罩层时,登陆框关闭,但是这样会导致冒泡事件的发生,应该怎么避免这个问题呢
if(e.stopPropagation){
e.stopPropogation();
} else{
e.cancelBubble=true;
}