JSBarcode条形码

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>
    <svg id="barcode"></svg>

    <script src="js/JsBarcode/JsBarcode.all.min.js"></script>
    <script>
        JsBarcode("#barcode", "1234", {
            //颜色
            lineColor: "#0aa",
            //宽
            width: 4,
            //高
            height: 40,
            //显示字体
            // displayValue: false
        });
    </script>
</body>

</html>


 

posted @ 2022-05-27 15:16  33的男孩  阅读(322)  评论(0编辑  收藏  举报