求助 莫名奇妙的错误 public static final int START_X = 200;
public static final int START_Y = 200; //这里提示:Multiple markers at this line- Syntax error on token ";", { expected after this token
try{
FileReader in = new FileReader("D:\test.txt");
}catch(FileNotFoundException e){
e.printStackTrace();
}