作者 anyv
1 个管道 的构建 通过 耗费 0 秒

会员生日

<include file="public@header" />
</head>
<body>
<table class="table table-bordered">
<caption>会员列表</caption>
<thead>
<tr>
<th>ID</th>
<th>会员号</th>
<th>姓名</th>
<th>手机号</th>
<th>生日</th>
<th>微信号</th>
</tr>
</thead>
<tbody>
<volist name="data" id="vo">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</volist>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
... ...