1、VM34652:2 Failed to load local image resource /images/icon_my_04.png
the server responded with a status of 404 (HTTP/1.1 404 Not Found)
直接写 /static/img/xx.png,比如:把图片放在根目录下的static文件下<img src="/static/img/bg.png" >
原因也很简单,static就是专门放静态资源文件的,存放在根目录下,直接就用
https://blog.csdn.net/yibowanbo/article/details/80066736
原文地址:https://www.cnblogs.com/yzy666/p/9166207.html
时间: 2024-11-02 10:21:37