$('img').hover(function(){this.src='img1'},function(){this.src='img2'})
我想的是九宫格中不同的图片我鼠标悬浮在其中一个的时候 切换过来的是不同的图片
大神 帮帮忙