??? 去掉p标签
<div class="a"> <p> <img /> </p> </div>
? 方法一:
var image = $('.a img').html(); $('.a').html(image);