|
This is what I want to get from the web:
<tr>
<td class="cl">AAAA</td>
<td class="cr">BBBBBBBBBB
</td>
</tr>
<tr>
<td class="cl">CCCC</td>
<td class="cr">DDDDDDDDDD</td>
</tr>
<tr>
<td class="cl">EEEE</td>
<td class="cr">FFFFFFFFFF
</td>
</tr>
you can see the three parts are in the same style, when i want to get AAAA,BBBB,CCCC separately, it
just couldn't work! i use <td class="cl"> ~ </td> to get AAAA, but i have no idear how to get BBBB,
there is no different sign to tell BBBB from AAAA.
GaoShou come to help!!!!!!!!!!!!!
Thanks a LOT! |
|