1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% tabs test4 %}
<!-- 下面写第一个分栏内容 -->
<!-- tab 基本语法 -->
{% folding green, 帮助 %}
{% endfolding %}
<!-- endtab -->
<!-- 下面写第二个分栏内容 -->
<!-- tab 进阶使用 -->
{% folding green, 帮助 %}
{% endfolding %}
<!-- endtab -->
<!-- tab 常用函数 -->
{% folding green, 帮助 %}
{% endfolding %}
<!-- endtab -->
{% endtabs %}