Blogger Information
Blog 23
fans 0
comment 1
visits 16014
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端基础-后台管理系统实战框架(2018年8月20日)
大白鲸的博客
Original
759 people have browsed it

实例

作业1:

作业照片201808201.jpg

作业2:

<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>文档管理</title>
</head>
<body>
	<table>
		<caption>文档管理</caption>
		<tr>
			<td>ID</td>
			<td>名称</td>
			<td>作者</td>
			<td>登记时间</td>
			<td>操作</td>
		</tr>
		<tr>
			<td>1</td>
			<td>admin</td>
			<td>菜鸟</td>
			<td>2018-1-12</td>
			<td>
				<a href="">编辑</a> | <a href="">删除</a>
			</td>
		</tr>
	</table>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post