$.ajax({ url: '/web/6.html', type:'get', success:function(res){ $('#div1').html($(res)); } });
换为iframe标签试试