Java文件操作大全
摘要:文件的建立/检查与删除<%@ page contentType="text/html;charset=gb2312"%><%@ page import="java.io.*"%><html><head><title>文件的建立、检查与删除</title></head><body><%String path=request.getRealPath("");//out.println(path);File f=new File(path,
阅读全文
posted @ 2012-08-06 15:00
浙公网安备 33010602011771号