Loading

04 2021 档案

摘要:源码链接 import zxing import sys reader = zxing.BarCodeReader() barcode = reader.decode("二维码图片路径") print(barcode.parsed) # https://blog.csdn.net/u01083574 阅读全文
posted @ 2021-04-04 15:48 WindSnowLi 阅读(58) 评论(0) 推荐(0)