bgImage=null;//背景图片
bgImage=ImageIO.read(new File( imagePath.replaceAll("\\", "/")));//查阅api文档的imageio类中的read()方法
这是报的错
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
String literal is not properly closed by a double-quote