-->
当前位置:首页 > 题库

判断题:文件读写--在FileReader类的对象中,利用read(char[] buf)和read(char[] buf,int off,int len)方法读取数

Luz5年前 (2021-08-19)题库1003
* 在FileReader类的对象中,利用read(char[] buf)和read(char[] buf,int off,int len)方法读取数据后,buf数组中全部存放的是本次读取的数据。


答案:FALSE