这是我的一个文件的输出
<table>
<tr>
<td> Description 1 </td> <td> Content 1 </td>
</tr>
<tr>
<td> Description 2 </td> <td> Content 2 </td>
</tr>
<tr>
<td> Description 3 </td> <td> Content 3 </td>
</tr>
我想用 php 获取 Description x 的内容,然后我想读出 Content x。我的问题之一是,在获取内容之前,我不知道我有多少个 description-td。
DOM / getElementsBy ... 应该为我的问题工作吗?
最好的问候,苏珊