java中怎么读入文件,不只是读入一行,还是要读入很多行,把每一行放入到到一个字符中。if(reader.readLine() != null){ string= reader.readLine();这样只能读入第一行啊,能不能读完?