在div中嵌套html,调试结果网页的图片无法显示,但鼠标打开网页却是正常显示的,何解? c币用完了,请帮帮忙。

图片说明图片说明

                $.ajax({
            url: '/web/6.html',
        type:'get',
       success:function(res){
            $('#div1').html($(res));
        }
    });

换为iframe标签试试
图片说明