加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
澜岚 提交于 2024-12-06 19:22 . the first commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 相对路径 -->
<img src="fengjing.jpg" alt="">
<!-- 绝对路径 -->
<img src="D:\新建文件夹\培训资料\作业\fengjing1.jpg" alt="">
<!-- 远程 -->
<img src="https://gips0.baidu.com/it/u=3078753615,181704497&fm=3028&app=3028&size=w931&q=75&n=0&f=JPEG&fmt=auto&maxorilen2heic=2000000" alt="">
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化