$(document)ready(function() {
$("#content")each(function(){
$(this)find(a)contents()unwrap(); //第一種方法 $(this)text($(this)text()); //第二種方法 });
})