小编典典

如何只删除Java中文件的内容?

java

如何删除Java中文件的内容?


阅读 431

收藏
2020-11-01

共1个答案

小编典典

这个怎么样:

new RandomAccessFile(fileName).setLength(0);
2020-11-01