Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从本地服务器获取一些图像并将其显示在img标签中
img
<img src="myurl"></img>
url正确但图片不显示的问题。我将其更改为 777。但仍然不显示.. 为什么?
编辑: myurl 类似于/Users/home/Desktop/Sites/app/public/files/campaign/image/originals/273/Capture.png
/Users/home/Desktop/Sites/app/public/files/campaign/image/originals/273/Capture.png
1.在 Mozilla 中打开您的网页。 2.用萤火虫检查元素。 3.只需将鼠标悬停在您的 img src 代码上即可。 4.如果悬停时图像显示在那里,则必须修复布局。 5.如果悬停时不显示,则必须更正图像路径..