python二维码生成与扫码

(1) import qrcode img = qrcode.make("hello world!") img.get_image().show() img.save('hello.png') (2) import qrcode qr = qrcode.QRCode(     version=1,     error_correction=qrcode.constants.ERROR_CORREC
相关文章
相关标签/搜索