//获取某行某列如下: var tr = $("#mytable").find("tr"); var td = $(tr[rowIndex]).find("td"); var text = $(td[colIndex]).text();