<table border="1" width="100%">

    <tr>
<td rowspan="2">姓名</td>
<td rowspan="2">年龄</td>
<td rowspan="1"> hahah</td>
<td rowspan="2">生日</td> </tr>
<tr>
<td>sfsf</td>
</tr> </table>

效果如下图所示:

 

最新文章

  1. 代码的坏味道(12)——平行继承体系(Parallel Inheritance Hierarchies)
  2. HTML5属性--(capture=&quot;camera&quot;) 上传照片或者打开手机相机
  3. 关于 Dev中的GridControl 中 GridView 的 PopulateColumns() 方法
  4. Jmeter中通过BeanShell获取当前时间
  5. php 自带过滤和转义函数
  6. ManagementFactory (二) getMemoryMXBean
  7. Nagios的安装配置与应用之五监控远程Linux服务器
  8. hibernate jpa 2.0 报错Hibernate cannot unwrap interface java.sql.Connection
  9. Backbone实例todos分析
  10. C++ 之 exception
  11. jQuery技巧大放送【转】
  12. 1692: [Usaco2007 Dec]队列变换(BZOJ1640强化版)
  13. sublimeserver启动本地服务器(sublime text)
  14. Windows2003无法连接远程桌面问题 解决方法!
  15. Leetcode 题解
  16. vba基础知识
  17. 如何取消一个目录的git初始化
  18. (转)Python中的generator详解
  19. 文件打包代码更新 使用json记录打包文件信息
  20. python 爬虫基础知识(继续补充)

热门文章

  1. Map 中的EntrySet() ,Map的遍历
  2. hdu 4176
  3. 一道背包神题-Petrozavodsk Winter-2018. Carnegie Mellon U Contest Problem I
  4. cf 853 B Jury Meeting [前缀和]
  5. 编程风格——UNIX 高手的 10 个习惯
  6. js5:框架的使用,使框架之间无痕连接
  7. Scrapy学习-21-信号量
  8. hdu 4989(水题)
  9. AutoResetEvent 和 ManualResetEvent 多线程应用
  10. 调用Thread.interrupt()方法到底会发生什么?