用{?><?php}报错Parse-Fehler: Syntaxfehler, unerwartetes Ende der Datei in E:\web\WWW\web23\index1.php in Zeile 36
No.1
No.1 2018-09-20 19:19:26
0
0
1149

<!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 Gruppe> ;
   <thead>
   <tr>
       <th>id</th>
       <th>姓名</th>
       <th>年龄</ th>
       <th>性别< ;/th>
   </tr>
   </thead>
   <tbody>
<?php foreach($res as $re){?>
<tr>
       <td>贤心</td>
       <td>29.11.2016</td>
       <td>人生就像是一场修行</td>
   </tr>
<?php} ?> ;
</tbody>
</table>
</body>
</html>

No.1
No.1

Antworte allen(0)
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage