[摘要]!session.getValue("loginIn").equals("pass")) strStat="login"; strErr...
!session.getValue("loginIn").equals("pass"))
{
strStat="login";
strErr="你还没有登陆或者登陆超时,请重新登陆!";
}
//创建file 对象,检查目录是否存在
File myFile=new File(strDealPath);
//检验文件夹是否存在
if(!myFile.exists()){
strErr="你选择的文件夹不存在,请重新选择!";
}
//根据参数的不同,进行对应的操作
if(request.getParameter("act")==null
关键词:JSP单页面网站文件管理器