JQuery 替换页面所有标签

$("th").each(function(){ console.info(this.innerHTML); console.info($(this).replaceWith(""+this.innerHTML+"")) })替换所有TH标签

你可能感兴趣的:(JQuery 替换页面所有标签)