如何用js取出表格中的数据(急,在线等)。
<table id="thisSheet" width=122 align=center border=1 bordercolor=#44D33D cellpadding=1>
<tr><td colspan=2> </td></tr>
<tr><td colspan=2 align=center bgcolor="#FF9900"><font class=10v color=#00FF66> JavaScript?? </font></td></tr>
<tr>
<td width=14><img src="../../pic/em.gif" width="14" height="11" border=0></td>
<td>1</td>
</tr>
<tr>
<td><img src="../../pic/em.gif" width="14" height="11" border=0></td>
<td>2</td>
</tr>
</table>
怎么取到1和2?
thisSheet.rows(3).cells(1).values这样做哪里不对?