pip install pyBarcode python from barcode import Code128 from barcode.writer import ImageWriter python data = '123456789' barcode = Code128(data, writer=ImageWriter()) barcode.save('barcode') python filename.py


上一篇:
下一篇:
切换中文