国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

用{?><?php}報錯Parse error: syntax error, unexpected end of file in E:\web\WWW\web23\index1.php on line 36
No.1
No.1 2018-09-20 19:19:26
0
0
1270

<!DOCTYPE html>
<html lang="en">
<head>
? ?<meta charset="UTF-8">
? ?<title>員工管理系統(tǒng)</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>
? ?</colgroup>
? ?<thead>
? ?<tr>
? ? ? ?<th>id</th>
? ? ? ?<th>姓名</th>
? ? ? ?<th>年齡</th>
? ? ? ?<th>性別</th>
? ?</tr>
? ?</thead>
? ?<tbody>
<?php foreach($res as $re){?>
<tr>
? ? ? ?<td>賢心</td>
? ? ? ?<td>2016-11-29</td>
? ? ? ?<td>人生就像是一場修行</td>
? ?</tr>
<?php} ?>
</tbody>
</table>
</body>
</html>

No.1
No.1

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template