System.out.println(Mvcs.getServletContext().toString());
System.out.println(Mvcs.getServletContext().getRealPath("/").toString());
String pic_path = Mvcs.getServletContext().getRealPath("/") + "\\upload\\"+flag;
第一行就报空指针 会是什么原因?
System.out.println(Mvcs.getServletContext().toString());
System.out.println(Mvcs.getServletContext().getRealPath("/").toString());
String pic_path = Mvcs.getServletContext().getRealPath("/") + "\\upload\\"+flag;
第一行就报空指针 会是什么原因?