This Domain(Admin5.com) is for Sale:

jsp文件操作之写入篇

时间:2007-10-22  来源:不详  作者:林子

try {
    
     File f = new File(path);
     PrintWriter out = new PrintWriter(new FileWriter(f));
     out.print(this.getSomething() "
");
     out.close();
     return "Success.";
} catch (IOException e) {
     return e.toString();
}    
}
}

看完这篇,您有何感觉呢?

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息