| 表头1 |
表头2 |
表头3 |
| Content Cell |
Content Cell |
Content Cell |
| Content Cell |
Content Cell |
Content Cell |
| 表头1 |
表头2 |
表头3 |
| Content Cell |
Content Cell |
Content Cell |
| Content Cell |
Content Cell |
Content Cell |
| 名字 |
描述 |
| Help |
Display the help window. |
| Close |
Closes a window |
表格中也可以使用普通文本的删除线,斜体等效果
| 名字 |
描述 |
| Help |
Display the help window. |
| Close |
Closes a window |
表格可以指定对齐方式
| 左对齐 |
居中 |
右对齐 |
| col 3 is |
some wordy text |
$1600 |
| col 2 is |
centered |
$12 |
| zebra stripes |
are neat |
$1 |
表格中单元格合并
行合并
| 表头1 |
表头2 |
表头3 |
| 3 |
> |
|
| --- |
--- |
--- |
| Content Cell |
Content Cel |
Content Cell |
markdown兼容html实现单元格操作
<table>
<tr>
<td>列一</td>
<td>列一</td>
</tr>
<tr>
<td colspan="2">合并行</td>
</tr>
<tr>
<td colspan="2">合并行</td>
</tr>
</table>
合并列
<table>
<tr>
<td>列一</td>
<td>列一</td>
</tr>
<tr>
<td rowspan="2"合并列</td>
<td>行</td>
</tr>
<tr>
<td>行</td>
</tr>
</table>
表格嵌套
<table>
<tr>
<td>列一</td>
<td>列一</td>
</tr>
<tr>
<td rowspan="2">
<table>
<tr>
<td>列一</td>
<td>列一</td>
</tr>
<tr>
<td rowspan="2"合并列</td>
<td>行</td>
</tr>
<tr>
<td>行</td>
</tr>
</table>
</td>
<td>行</td>
</tr>
<tr>
<td>行</td>
</tr>
</table>
表格嵌套
| 表头1 |
表头2 |
表头3 |
| Content Cell |
Content Cell |
Content Cell |
| Content Cell |
Content Cell |
Content Cell |
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。