加载图像不是来自“xampp的htdocs”或“root”文件夹

时间:2013-11-11 19:30:26

标签: javascript html

这就是链接的样子

<img src="http://127.0.0.1C:/Obrazy/Nowy%20obraz%20mapy%20bitowej.bmp" class="image-preview" style="width: 120px;">

这是绘制链接的代码

 // images preview button
        if ($('table.file-list a[rel="lightbox[images]"]').length > 0) {
            $('a.view-style').show();
        } 

        $('a.view-style').click(function(){
            $('a.image-size').show('');
            $('a.view-style').remove();
            $('table.file-list a[rel="lightbox[images]"]').each(function(index) {
                var img_src = $(this).attr('href');
                $(this).prepend('<img src="'+img_src+'" class="image-preview">');

            });
        });

是否可以从C:/目录中获取图像?它在Windows 7上使用。需要快速解决方案/答案。

1 个答案:

答案 0 :(得分:1)

在图片网址路径

之前使用file:///

文件:/// C:/Obrazy/Nowy%20obraz%20mapy%20bitowej.bmp