发布网友
共1个回答
热心网友
while(resultSet.next())
{
int col=1;
String str=resultSet.getString(col);
System.out.println(str);
}