thaong1 发表于 2019-6-15 23:17:08

大神求救为什么图片加载不出来

本帖最后由 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>
路径也是在同一个路径下


Seawolf 发表于 2019-6-15 23:59:05

试一下完全路径,例如 <img alt=''Thaong_LOGO'' src=''http://www.yourdomain.com/study_01/01.png''>

不二如是 发表于 2019-6-16 10:30:56



代码语法有问题,请修改:
<img alt="Thaong_LOGO" src="./study_01/01.png">

thaong1 发表于 2019-6-16 17:19:58

本帖最后由 thaong1 于 2019-6-16 17:48 编辑

不二如是 发表于 2019-6-16 10:30
代码语法有问题,请修改:

明白了,谢了

thaong1 发表于 2019-6-16 17:47:49

不二如是 发表于 2019-6-16 10:30
代码语法有问题,请修改:

谢了
页: [1]
查看完整版本: 大神求救为什么图片加载不出来