<div id="h"><div>hello</div></div>console.log($("#h").html())输出<div>hello</div>
<div id="h">
<div>hello</div>
</div>
console.log($("#h").html())
输出