This Domain(Admin5.com) is for Sale:

jsp文件操作之追加篇

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

FileWriter theFile = new FileWriter(path,true);
PrintWriter out = new PrintWriter(theFile);
    out.print(something "
");
    out.close();
//关闭文件并返回success字符串
    theFile.close();
    return "success!!";
} catch (IOException e) {
     return e.toString();
}    
}
}

  好了,到此文件操作的全部内容都完成了,如果您看到这里,相信您对文件基本操作已经OK了。

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

文章评论

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

24小时热门信息