文件名称:js-barcode:条码的纯JavaScript实现
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-09 17:25:57
JavaScript
js条形码 条码的纯JavaScript实现 当前,仅支持代码39。 在您的html中使用条形码code39.js并使用GenerateCode39函数获取条形码。 生成代码39的文档: GenerateCode39 : Generate a code 39 barcode Inputs: data : Should be something that is representable as a string. Code 39 is limited and big, so don't make the data argument too long. useCanvas : true = Draw the code 39 barcode in a 2d canvas context. false = Retur
【文件预览】:
js-barcode-master
----LICENSE(18KB)
----README.md(2KB)
----barcode-code39.js(8KB)