【发布时间】:2017-07-05 19:33:02
【问题描述】:
我想包含图片,它位于 php 根目录之外。
我尝试了相对路径,但它没有显示图像。
它给了我 404 Not found 错误...
谁能帮我?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test video</title>
</head>
<body>
<!--<embed src="./1.mkv">???</embed>-->
<img src="../fabicon.ico">
<video width="320" height="240" controls>
<source src="./test/01.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>
源代码:/Applications/MAMP/practice/CREATE_BOOKMARK
图片文件:/Applications/MAMP/practice
【问题讨论】:
-
发布您的网站链接和图片所在的
path。 -
我现在无法启动网络服务器,所以我刚刚上传了源代码和路径