<div class="test"><p>hello,你好!</p></div> <script> $(".test").prop("outerHTML"); </script>
输出结果为:<div class="test"><P>hello,你好!</p></div>