<%=rs.getString("username")%> |
<%=rs.getString("zhifu_type")%> |
<%=rs.getString("jine")%> |
<%=rs.getString("beizhu")%> |
<%=rs.getString("shijian")%> |
<%
rs.next();
i++;
}
}
}
catch (SQLException e)
{
out.println(e.getMessage());
}
finally
{
con.close();
}
}
%>