这是我的代码:
public static void NameLaden() throws IOException {
File f = new File(path1);
FileReader g;
g = new FileReader(f);
Name = g.read();
g.close();
}
答案可能很简单。我唯一的问题是他想要 aint
而不是string
for Name
。但Name
必须是一个,string
因为它是一个词。