想要用Java实现一个功能:
public void foo(String ttl){
//将这个String类型的ttl值写入一个文件中
//但是文件是有内容的,如下:
//------------------------------------------------------------------------
//log.config:
//foo
//
//this is a log of my work and the ttl is : (此处写入传入参数ttl)。
//
//bar
//------------------------------------------------------------------------
foo
bar
}
大概意思就是文件里写一个变量,把ttl这个传入参数的值传进文件的变量里,有办法实现么?
还望高手赐教。
慕沐林林
相关分类