JSP把数据库的两个值赋值给变量并且比较两个变量的值

Stringsql="select*fromsanswerwherexuehao='"+xuehao+"'andshijuanhao='"+shijuanhao+"'";... String sql="select * from sanswer where xuehao='"+xuehao+"'and shijuanhao='"+shijuanhao+"'"; rs=sm.executeQuery(sql); while(rs!=null&&rs.next()){ snum=rs.getString("snum"); int textnum=rs.getInt("textnum"); String sselect=rs.getString("sselect"); String smultiple=rs.getString("smultiple"); String sblank=rs.getString("sblank"); String sessay=rs.getString("sessay"); } int a; if((sselect.trim().compareTo(rselect)==0)) { a=20; }在 if((sselect.trim().compareTo(rselect)==0))报错:Multiple annotations found at this line:- rselect cannot be resolved to a variable(rselect是和select一样得到的)
报的错:
Multiple annotations found at this line:
- rselect cannot be resolved to a
variable

if((sselect.trim().compareTo(rselect)==0)) 放在下面也是一样的错误
展开
 我来答
高续瑞413
推荐于2016-08-30 · TA获得超过424个赞
知道小有建树答主
回答量:269
采纳率:73%
帮助的人:55.4万
展开全部
String sql="select * from sanswer where xuehao='"+xuehao+"'and shijuanhao='"+shijuanhao+"'"; rs=sm.executeQuery(sql);

while(rs!=null&&rs.next()){

snum=rs.getString("snum");
int textnum=rs.getInt("textnum");
String sselect=rs.getString("sselect");
String smultiple=rs.getString("smultiple");
String sblank=rs.getString("sblank");
String sessay=rs.getString("sessay");

}
int a;

if((sselect.trim().compareTo(rselect)==0))
{ a=20; }
在这段代码中我没有找到rselect这个变量
另外,sselect是一个局部变量
更多追问追答
追问

恩、、我改成全局变量也是这个错

追答
报的什么错误呢
恨天搞
2015-03-05
知道答主
回答量:14
采纳率:0%
帮助的人:3.7万
展开全部
请排列下格式 看起来头疼
追问

上面的我已经排过了,不知道为什么发出来会这么乱、、、

这是报的错:

Multiple annotations found at this line:

- rselect cannot be resolved to a 

variable

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式