puzhibing
2023-10-08 22199bbdda579861736420fe26c2873ab0f5d21c
1
2
3
4
5
6
7
8
9
10
11
package com.sinata.core.qr;
 
import java.io.File;
 
public class EmbedQrCode {
 
    public static void main(String[] args) {
        File file = new File("d:\\Users\\Desktop\\项目\\众邦测试\\haibao_1.png");
    }
 
}