2 Star 41 Fork 15

技术蛋老师/TypeScript教程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
技术蛋老师 提交于 2022-10-04 18:11 . 完整代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css" />
<title>蛋老喵</title>
</head>
<body>
<button class="remind">随机1只喵</button>
<table>
<thead>
<tr>
<th>图片id</th>
<th>图片预览</th>
<th>图片高度</th>
<th>图片宽度</th>
<th>图片地址</th>
<th>删除图片</th>
</tr>
</thead>
<tbody id="table-body">
<tr>
<td>idxxx</td>
<td><img src="./example.jpeg" /></td>
<td>高度xx</td>
<td>宽度xx</td>
<td>地址xx</td>
<td><a href="#">X</a></td>
</tr>
</tbody>
</table>
<script src="./script.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eggtoopain/type-script-tutorial.git
git@gitee.com:eggtoopain/type-script-tutorial.git
eggtoopain
type-script-tutorial
TypeScript教程
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385