document.onclick=function(ev){
ev=ev||window.event;
}
//ev在火狐里面是形参,是真的。ev在IE8/chrome里面是undefined,是假的。但是为什么是假的????是因为没有形参对应的实参还是因为什么?????
相关分类