下载此文档

jsp文件操作之写入篇(1).txt


文档分类:办公文档 | 页数:约1页 举报非法文档有奖
1/1
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/1 下载此文档
文档列表 文档介绍
作者:asp3000 email: coolknight@ 日期:2000-8-8 12:01:15 jsp文件操作之写入篇(本站文章) 转载请注明来源来源 jsp中国论坛 http://jspbbs.
Write to the file
<% ("Something to write to the file"); %> <% (()); %> <% (()); %>
import .*; /** * * Written by Morgan Catlin Email: ******@ * August 19, 1999 * * Variables: * String path = path to file to write to (ie. /you/) * String something = something to write to the file * * Methods: * void setPath() = sets path * String getPath() = returns path * void setSomething() = sets something * String getSomething() = returns something * String writeSomething() = writes something to the path, * returns a message that indicates ess or failure(an Exception) */ public class WriteOver { private String path; private String something; public WriteOver() { path = null; something = "Default message"; } // constructor WriteOver /** * Mutator for the path property */ public void setPath(String apath) { path = apath; } // mutator setPath /** * Accessor for the path property */ public String getPath() { return path; } // accessor getPathClient /** * Mutator for the something property */ public void setSomething(String asomethin

jsp文件操作之写入篇(1) 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息