最新文章列表
<style>
table {
width: 100%;
border-collapse: collapse;
text-align: center;
}
table td, table th {
border: 1px solid #ddd;
padding: 8px;
}
table th {
background-color: #f2f2f2;
}
</style>
<table>
<thead>
<tr>
<th>标题</th>
<th>发布时间</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
原文地址: https://www.cveoy.top/t/topic/m7te 著作权归作者所有。请勿转载和采集!