大神求救为什么图片加载不出来
本帖最后由 thaong1 于 2019-6-15 23:17 编辑代码是<!DOCTYPE html>
<html>
<head>
<title>The first program</title>
</head>
<h1>Hello the word </h1>
<img alt=''Thaong_LOGO'' src=''./study_01/01.png''>
<p> I love study English </p>
<body>
</body>
<html>
路径也是在同一个路径下
试一下完全路径,例如 <img alt=''Thaong_LOGO'' src=''http://www.yourdomain.com/study_01/01.png''>
代码语法有问题,请修改:
<img alt="Thaong_LOGO" src="./study_01/01.png">
本帖最后由 thaong1 于 2019-6-16 17:48 编辑
不二如是 发表于 2019-6-16 10:30
代码语法有问题,请修改:
明白了,谢了 不二如是 发表于 2019-6-16 10:30
代码语法有问题,请修改:
谢了
页:
[1]