<style>
.first 
{background:#666;}
.gray 
{background:red;}
</style>
<div class="first" onmouseover="this.className='gray'" onmouseout="this.className='first'">

相关文章:

  • 2022-12-23
  • 2021-07-25
  • 2021-12-20
  • 2021-11-04
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案