jQuery---html方法和text方法
html方法和text方法
//html:innerHTML text:innerText console.log($("div").html());//<h3>我是标题</h3> console.log($("div").text());//我是标题
$("div").text("<p>我是文本</p>");
$("div").html("<p>我是文本</p>");
你好,我是Jane,如果万幸对您有用,请帮忙点下推荐,谢谢啦~另外,咱们闪存见哦~