Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从数据库中读取数据,并对其进行迭代。我想显示它,如下所示。这里的挑战是它没有侧边界,两个记录集之间有粗线和其中的温和线。有可能实现这种结构吗?
是的。通常更容易将表格用作没有样式的容器,并在每个单元格中放置一个 DIV,并在 DIV 上使用类名来控制外观。
<table> <tr> <td> <div class="topRow Col1"></div> ... etc ...