css文件
p.change:after { content: attr(data-content); }
js文件
$(this).addClass('change').attr('data-content', content);