常规的查找器无法找到iframe下的元素,需要通过contents与find找到

$('#iframe').contents().find("body").html("添加内容")