$("body").on('click',".delic",function(){

$(this).parent().remove();
})

相关文章: