<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>员工管理系统</title>
<link rel="stylesheet" href="layui/css/layui.css">
<script src="layui/layui.js"></script>
</head>
< ;body>
<table class="layui-table" style="margin-top: 150px">
<colgroup>
<col>
<col>
<col>
</col 그룹> >
<일>성별< ;/th>
</tr>
</thead>
<tbody>
<?php foreach($res as $re){?>
<tr>
<td>贤心</td>
<td>2016-11-29</td>
<td>인생就이미지是一场修行</td>
</tr>
<?php} gt ;
</tbody>
</table>
</body>
</html>