将此代码放在结束body标签之前,
<script type='text/javascript'>$(document).ready(function(){ $(".home").hover( function() {$(this).attr("src","images/aboutR.png");}, function() {$(this).attr("src","images/about.png"); });});</script>将课程首页放置在
img标签中。做完了 完美运作。



