HTML Image not displaying, while the src url works

前端 未结 8 873
死守一世寂寞
死守一世寂寞 2021-02-04 02:59
\"Image

That doesn\'t d

8条回答
  •  长发绾君心
    2021-02-04 03:33

    It wont work since you use URL link with "file://". Instead you should match your directory to your HTML file, for example:

    Lets say my file placed in:

    C:/myuser/project/file.html
    

    And my wanted image is in:

    C:/myuser/project2/image.png
    

    All I have to do is matching the directory this way:

    
    

提交回复
热议问题