
使用复制class FileTask extends Thread { private long lastExecTime = 0; protected long interval = 10000; public long getLastExecTime() { return lastExecTime; } public void setLastExecTime(long lastExecTime) { this.lastExecTime = lastExecTime; } public long getInterval() { return interval; } public void setInterval(long interval) { this.interval = interval; } public File[] getFiles() { return null; } 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.





