public String checkepwd() throws IOException
{
String result="0";
if(dao.checkepwd(student))
{
return "1";
}
HttpServletResponse response = ServletActionContext.getResponse();
PrintWriter out =response.getWriter();
out.print(result);
return null;//這里必須返回null
}
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。