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.
我在我的 Windows 上下载了一个网页代码,并将其上传到我的 linux apache 服务器上。Index.html 和图片在同一个目录中。
为什么会缺图?
如果您在 linux 服务器上也上传了图片,请检查以下内容:
index.html 代码中的完整路径将图像移动到正确的路径上。
检查图像文件的权限。
检查 apache 的错误日志以获取更多问题的详细信息。