函数出错,找不到错在哪,求教
obj.onmouseover(){
obj.style.backgroundColor = "#f2f2f2";
}
改为
obj.onmouseover=function(){