NIO的基本操做

把字符串寫入文件。java public class TestNIO { public static void main(String[] args) throws Exception{ FileOutputStream fos=new FileOutputStream("basic.txt"); FileChannel fc=fos.getChannel(
相關文章
相關標籤/搜索