当前位置:首页 > 基于JSP设计的教务系统中的学生信息管理系统
result.append(\+\出生日期\); result.append(\+\班级\); result.append(\+\民族\); result.append(\+\联系方式\); result.append(\+\政治面貌\); result.append(\+\家庭住址\); result.append(\+\专业\); result.append(\); sql=con.createStatement();
rs=sql.executeQuery(orderCondition); while(rs.next()){
result.append(\); for(int k=1;k<=字段个数;k++)
result.append(\+rs.getString(k)+\); result.append(\); }
result.append(\); con.close(); }
catch(SQLException e){ result.append(\); }
jspContext.setAttribute(\,new String(result)); %>
共分享92篇相关文档