Ai
2 Star 41 Fork 15

技术蛋老师/TypeScript教程

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html 672 Bytes
Copy Edit Raw Blame History
技术蛋老师 authored 2022-10-04 18:11 +08:00 . 完整代码
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eggtoopain/type-script-tutorial.git
git@gitee.com:eggtoopain/type-script-tutorial.git
eggtoopain
type-script-tutorial
TypeScript教程
master

Search