function highlightRows(){
if(!document.getElementsByTagName)return false;
var rows=document.getElementsByTagName("tr");
for(var i=0;i<rows.length;i++){
rows[i].onmouseover=function(){
this.style.fontWeight="bold";
}
rows[i].onmouseout=function(){
this.style.fontWeight="normal"
}
}
}
我要去幼儿园深造了
Ioukan
一杯2块的奶茶
qq_大寒_2
随时随地看视频慕课网APP
相关分类