zoukankan      html  css  js  c++  java
  • 关于单元格合并的书写

    <thead>
                                <tr>
                                    <th colspan="1" rowspan="2"><div align="center">序号</div>
                                    </th>
                                    <th colspan="1" rowspan="2"><div align="center">清算日期</div>
                                    </th>
                                    <th colspan="1" rowspan="2"><div align="center">清算交易金额</div>
                                    </th>
                                    <th colspan="1" rowspan="2"><div align="center">收单收入</div>
                                    </th>
                                    <th colspan="1" rowspan="2"><div align="center">插件方收入</div>
                                    </th>
                                    <th colspan="1" rowspan="2"><div align="center">插件方损失</div>
                                    </th>
                                    <th colspan="3" rowspan="1">
                                        <div align="center">代垫手续费</div></tr>
                                    </th>
                                </tr>
                                <tr>
                                    <th><div align="center">国美</div>
                                    </th>
                                    <th><div align="center">人寿</div>
                                    </th>
                                    <th><div align="center">人民</div>
                                    </th>
                                </tr>
                            </thead>

  • 相关阅读:
    bzoj2564: 集合的面积(闵可夫斯基和 凸包)
    省选前做题记录
    loj#2978. 「THUSCH 2017」杜老师(乱搞)
    loj#6437. 「PKUSC2018」PKUSC(计算几何)
    洛谷P4501/loj#2529 [ZJOI2018]胖(ST表+二分)
    loj#6436. 「PKUSC2018」神仙的游戏(NTT)
    洛谷P4459/loj#2511 [BJOI2018]双人猜数游戏(博弈论)
    洛谷P4458 /loj#2512.[BJOI2018]链上二次求和(线段树)
    洛谷P4457/loj#2513 [BJOI2018]治疗之雨(高斯消元+概率期望)
    loj#6435. 「PKUSC2018」星际穿越(倍增)
  • 原文地址:https://www.cnblogs.com/lius1/p/4310137.html
Copyright © 2011-2022 走看看