主题:class="two" 是什么意思?
<span class="two"> <td height="80"aligh="center"valigh="middle"class="two">
其中的 class="two" 是什么意思?
int temp=-2;
temp=reg.update(sqli);
if(temp>0){
session.setAttribute("id",id);
response.sendRedirect("reg_ok.jsp");
}else{
session.setAttribute("error","注册失败");
response.sendRedirect("../error/errorpage.jsp");
}
temp用来表示什么?以及temp=-2、if(temp>0)??
其中的 class="two" 是什么意思?
int temp=-2;
temp=reg.update(sqli);
if(temp>0){
session.setAttribute("id",id);
response.sendRedirect("reg_ok.jsp");
}else{
session.setAttribute("error","注册失败");
response.sendRedirect("../error/errorpage.jsp");
}
temp用来表示什么?以及temp=-2、if(temp>0)??