js
$('.img').click(function(){
$(this).parent().children('img').attr('src','./images/images.php?id='+Math.random());
})
posted on 2018-04-21 16:24  ksy_c  阅读(121)  评论(0)    收藏  举报