为什么我的报出path类型和file类型不匹配,就是在path定义路径哪路出的错
上一个回答者File类大小写误打了,还有可以检查一下导入的包是不是对的。
Path file = new File("D:/download/qrcode/img.png").toPath();
import java.io.File; import java.nio.file.Path;
你代码没写完整:
Path file = new file("D:/download/qrcode/img.png").toPath();