String sql = "SELECT STUNO,STUNAME,STUSEX FROM T_STUDENT where STUNO is ' " +account +" ' and STUNAME is ' " + name + " " ;把 is 改成 =