1、nth.child(n)选择器使用方法 //选择父级的第n个子元素。
2、nth.child(2n)==nth.child(odd) nth.child(2n+1)==nth.child(even) 奇偶选择。
3、js setAttribute()及removeAttribute()使用方法。onmouseover()及onmouseout()使用方法。
1、nth.child(n)选择器使用方法 //选择父级的第n个子元素。
2、nth.child(2n)==nth.child(odd) nth.child(2n+1)==nth.child(even) 奇偶选择。
3、js setAttribute()及removeAttribute()使用方法。onmouseover()及onmouseout()使用方法。