本程序是使用java语言所写,没有java环境无法运行
主程序源码如下:
public class test {
public static void main(String[] args) throws Exception {
String text = "爱享源码";
String imgPath = "111.jpg";
String destPath = "222.jpg";
QR.encode(text, imgPath, destPath, true);
String str = QR.decode(destPath);
System.out.println(str);
}
}
下一篇 一键清理微信及企业微信工具