weixin_慕姐5415347
2019-05-23 15:17
window.onload = function(){
var tr=document.getElementsByTagName("tr");
for(var i= 0;i<tr.length;i++)
{
tr[i].onmouseover=function(){
tr[i].style.backgroundColor="#f2f2f2";
}
tr[i].onmouseout=function(){
tr[i].style.backgroundColor="#fff";
}
}
望采纳。。谢谢
楼上回答的非常正确
JavaScript进阶篇
468060 学习 · 21891 问题
相似问题