条形码--JsBarcode

介绍一下在GitHub生成条形码的js插件→JsBarcode

条码支持的有:

CODE128
  CODE128 (自动模式切换)
  CODE128 A/B/C (强制模式)
EAN
  EAN-13
  EAN-8
  EAN-5
  EAN-2
  UPC (A)
CODE39
ITF-14
MSI
  MSI10
  MSI11
  MSI1010
  MSI1110
Pharmacode
Codabar

 

代码



  
  "utf-8" /> 
  "viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no" /> 
   
   
   
  
  
  "svgcode"> 
   
  "canvascode"> 
   
  "imgcode" /> 
   

 

条形码--JsBarcode_第1张图片

 

JsBarcode 我们还可以设置条码的一些属性(可设置属性详细介绍 链接:https://github.com/lindell/JsBarcode/wiki/Options)

          
    

条形码--JsBarcode_第2张图片

 

 

GitHub:https://github.com/lindell/JsBarcode

条码生成器:http://lindell.me/JsBarcode/generator/

JsBarcode示例与设置:http://codepen.io/lindell/pen/mPvLXx?editors=1010

简单的JsBarcode演示:http://codepen.io/lindell/pen/eZKBdO?editors=1010

你可能感兴趣的:(条形码--JsBarcode)