Holyshitter 发表于 2020-2-5 20:41:33

无法显示本地图片,是因为Mac电脑上路径的原因吗

<!DOCTYPE html>
<html>
<title>Frank's Blog</title>
<body>
<head>basic introduction
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<h1>name:frank</h1>
<h2>gender: <a href='https://cn.bing.com'>male</a> </h2>
    <img src='/Volumes/NIKON/web/img/甲三LOGO.PNG' alt='cannot load'>   
</body>
</html>

不二如是 发表于 2020-2-6 21:07:56

1、保证路径没问题的情况下,若使用中文,添加

<meta charset="utf-8">

2、或者图片改成英文名称
页: [1]
查看完整版本: 无法显示本地图片,是因为Mac电脑上路径的原因吗