摘要: $(function() { $('.love').toggle(function() { $(this).attr("src", "images/loved.png"); }, function() { $(this).attr("src", "images/love.png"); }) $(". 阅读全文
posted @ 2016-08-05 10:52 简单就好zyx 阅读(392) 评论(0) 推荐(0)