hrhguanli
<table>
    <tr>
        <td colspan="2">失败的例子:</td>
    </tr>

    {% for ip , jieguo in reason.iteritems() %}
    <tr>
        <td colspan="2">{{ ip }}</td>
    </tr>

    {% for l, r in  jieguo.iteritems() %}
    <tr>
        <td>{{ l }}</td>
        <td>{{ r }}</td>
    </tr>
    {% end %}

    {% end %}
</table>

上面是列合并


以下是行合并

<table>
    <tr>
        <th rowspan="2"></th>
    </tr>
</table>


版权声明:本文博主原创文章。博客,未经同意不得转载。

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
猜你喜欢
  • 2021-07-25
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-08-31
相关资源
相似解决方案