要按顺序取的。就是说你要按照:
rsUserJb.getString("userid");
rsUserJb.getString("lastname");
rsUserJb.getString("sex");
rsUserJb.getString("birthday");
rsUserJb.getString("city");
rsUserJb.getString("email");
rsUserJb.getString("address");
rsUserJb.getString("qq");
rsUserJb.getString("zip");
rsUserJb.getString("idtype");
rsUserJb.getString("book");
rsUserJb.getString("phone");
rsUserJb.getString("whome");
这样的顺序来取.