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
相關文章
相關標籤/搜索