Map row=result.getRows()[i]
//这是个在for循环下的代码,其中result是一个获得查询结果集的Result对象,i是一个整型(i=0,1,2,3.....)
result.getRow()是返回什么?