恩,谢谢了可以了,不过你上面的程序有可能错了,应放该这样才对的吧 String name = "witcheryne"; .....
String sql = "select * from stu where name = '" + name+"'";... ResultSet rs = ..executeQuery(sql);....少了对单引号,不然不能执行的