https://www.jianshu.com/p/ab71ab75d360
<svg id="barcode1"></svg>
<svg id="barcode2"></svg>
<svg id="barcode3"></svg>
<div>
<img id="barcodeArcher"/>
</div>
<style>
#barcodeArcher{
width:23mm;//在這里更改你想要的寬度 height:5.3mm;//在這里更改你想要的寬度 }
</style>
var barcode = document.getElementById('barcodeArcher'),
str= "6902395774234",
options= {
format:"CODE128",
displayValue:true,
fontSize:36,
height:100
};
JsBarcode(barcode, str, options);//原生
JsBarcode("#barcode1", "6902395774234", {
ormat:"CODE39",//選擇要使用的條形碼類型 width:2,//設(shè)置條之間的寬度 height:23,//高度 displayValue:true,//是否在條形碼下方顯示文字
fontOptions:"bold italic",//使文字加粗體或變斜體 font:"fantasy",//設(shè)置文本的字體 textAlign:"left",//設(shè)置文本的水平對(duì)齊方式 textPosition:"top",//設(shè)置文本的垂直位置 textMargin:1,//設(shè)置條形碼和文本之間的間距 fontSize:6,//設(shè)置文本的大小 background:"#eee",//設(shè)置條形碼的背景 lineColor:"#2196f3",//設(shè)置條和文本的顏色。 margin:15//設(shè)置條形碼周圍的空白邊距});
JsBarcode("#barcode2", "6902395774239", {
textAlign:"left",
textPosition:"top",
font:"cursive",
fontOptions:"bold",
fontSize:6,
textMargin:15,
text:"Special"
});
JsBarcode("#barcode3", "1234", {
format:"pharmacode",
displayValue:false,
height:50,
width:6
});
網(wǎng)站標(biāo)題:在線JsBarcode-創(chuàng)新互聯(lián)
本文URL:http://chinadenli.net/article22/dcpdcc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供靜態(tài)網(wǎng)站、服務(wù)器托管、網(wǎng)站排名、網(wǎng)站收錄、自適應(yīng)網(wǎng)站、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容