最赞回答 / Qgfzzzzzz
改为泛型Map<EncodeHintType, Object> hints = new HashMap<EncodeHintType, Object>();
2018-10-21
最赞回答 / allenwhm
上一个回答者File类大小写误打了,还有可以检查一下导入的包是不是对的。Path file = new File("D:/download/qrcode/img.png").toPath();
import java.io.File; import java.nio.file.Path;
2018-08-23