摘要:
import java.io.File; public class Test { public static void main(String args[]) { Test t = new Test(); delFolder("d:/test"); System.out.println("OK"); 阅读全文
摘要:
strut 层 public class Sellauthentication extends ActionSupport { private SellauthenticationService SellauthenticationService; public Sellauthentication 阅读全文