添加成员拼写sql语句

String sql="insert into examstudent values("+student.getFlowId()+","+student.getType()+",'"+student.getIdCard()+"','"+student.getExamCard()
+"','"+student.getStudentName()+"','"+student.getLocation()+"',"+student.getGrade()+")";
return JDBCTools.update(sql);

原文地址:https://www.cnblogs.com/xiaona19841010/p/5195664.html