gpt4 book ai didi

java - 如何在 Java Eclipse 中读取文本文件?

转载 作者:行者123 更新时间:2023-12-05 03:58:04 25 4
gpt4 key购买 nike

<分区>

我是一个非常新手的程序员,试图在 Java Eclipse 中读取文本文件。

Here is my code:

 package readFromfile;

import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;

public class justDo {
public static void main(String[] args) throws FileNotFoundException {

System.out.println(System.getProperty("user.dir"));
File file = new File(System.getProperty("user.dir") +
"/src/report.txt");


Scanner hemp = new Scanner(file);
System.out.println(hemp);



}
}

Instead of reading a text file and displaying the file's contents in the console I get this:

C:\Users\Vanessa\eclipse-workspace\readFromfile
java.util.Scanner[delimiters=\p{javaWhitespace}+][position=0][match
valid=false][need input=false][source closed=false][skipped=false][group
separator=\,][decimal separator=\.][positive prefix=][negative prefix=\Q-
\E][positive suffix=][negative suffix=][NaN string=\QNaN\E][infinity
string=\Q?\E]

有人可以解释一下我为什么会收到这个信息,并解释一下如何在 Java Eclipse 中正确读取文本文件吗?请帮忙。非常感谢大家。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com