#可以統(tǒng)計(jì)到粉絲的來源
#我現(xiàn)在只做到了生成二維碼import?qrcode?qr?=?qrcode.QRCode(?????????version=1,?????????error_correction=qrcode.constants.ERROR_CORRECT_L,?????????box_size=10,?????????border=2,?)?#支持文字qr.add_data('二維碼生成')?#支持鏈接#qr.add_data('http://www.weihaobang.com')?qr.make(fit=True)??img?=?qr.make_image()#保存二維碼為圖片img.save('erweima.png')
添加回答
舉報(bào)
0/150
提交
取消