摘要: 直接上源码: 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 阅读全文
posted @ 2019-11-19 18:55 博二爷 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 首先要的配置: pillow image qrcode zxing 然后直接上代码: 1 import PIL 2 import qrcode 3 # 实例化二维码生成类 4 qr = qrcode.QRCode( 5 version=1, 6 error_correction=qrcode.con 阅读全文
posted @ 2019-11-19 16:40 博二爷 阅读(929) 评论(0) 推荐(0) 编辑