JSP 用session存数组问题
<%for(inti=0;i<3;i++){intanwser[]={(int)(Math.random()*1000)+1000};}session.setAttrib...
<% for (int i=0; i<3;i++)
{int anwser[]={(int)(Math.random()*1000)+1000};
}
session.setAttribute("anwser1", anwser) ;
//上一句有错误提示:Syntax error on token "[", Expression expected after this token
%> 展开
{int anwser[]={(int)(Math.random()*1000)+1000};
}
session.setAttribute("anwser1", anwser) ;
//上一句有错误提示:Syntax error on token "[", Expression expected after this token
%> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询