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>

  • 相关阅读:
    PHP程序十点未来的建议
    网站入侵思路
    SQL注入初探
    php安全学习笔记
    BLE协议分析
    调用NMAP批量扫描IP端口
    安卓系统手机目录
    xss绕过过滤方法
    xss测试用例
    python爬虫
  • 原文地址:https://www.cnblogs.com/lius1/p/4310137.html
Copyright © 2011-2022 走看看