代码:
<table onmouseover="this.style.backgroundColor='#ff0000'" onmouseout="this.style.backgroundColor='#ffffff'"> <tr><td>A</td><td>B</td></tr> <tr><td>C</td><td>D</td></tr> </table>