62,634
社区成员




String st = (String)xsxx.getValueAt(ii,0);
//这里第0列是int, 那么这里该怎么获得这个值, 应该不会是Object这里只能转String吧?
public Object getValueAt(int hangs, int lie) {
// TODO Auto-generated method stub
return ((Vector)this.jilu.get(hangs)).get(lie);
}