【发布时间】:2012-10-29 09:17:52
【问题描述】:
我有像
这样的 html 文件<table class="example2" >
<td >15-06-2012</td>
<td >154</td>
<td >1.34</td>
<td >60</td>
<td >25</td>
<td >15</td>
<td >Doctors service, Nursing service, Auxiliary Service</td>
</tr>
</table>
实际上这些值来自数据库。并且可能超过200。 我想使用粘贴html。由于我是解析新手,请给我一个示例以使其易于理解。
【问题讨论】: