注意:数字从0开始的!!请点击每行
注意:数字从0开始的!!请点击每行
<table border=2>
<tr>
<td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">aaaaaaaaaaaa</td><td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">bbbbbbbbb</td>
</tr>
<tr>
<td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">aaaaaaaaaaaa</td><td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">bbbbbbbbb</td>
</tr>
<tr>
<td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">aaaaaaaaaaaa</td><td onclick="alert('这是:'+this.parentElement.sectionRowIndex+'行'+this.cellIndex+'列!')">bbbbbbbbb</td>
</tr>
</table>
aaaaaaaaaaaa | bbbbbbbbb |
aaaaaaaaaaaa | bbbbbbbbb |
aaaaaaaaaaaa | bbbbbbbbb |











