摘要: import qrcode #先通过pip install qrcode[pil] 将qrcode模块导入进来qr = qrcode.QRCode( version=1, #值为1~40的整数,可以控制二维码的大小 error_correction=qrcode.constants.ERROR_CO 阅读全文
posted @ 2018-05-13 11:01 Liucolor 阅读(67) 评论(0) 推荐(0)