当前位置:网站首页>Generation of barcode and QR code
Generation of barcode and QR code
2022-04-23 16:58:00 【Endless cake】
Generation of bar code and QR code
Attach document address :https://download.csdn.net/download/weixin_39162041/12272441
These are three js library , When using, you only need to put three files in one directory , Go to the place where you need to generate QR code or bar code , Directly introducing index.js that will do , as follows :
html
notes : Because the generation uses canvas Generated , So which one to use , Add the generated tag on the page . Design your own style /
<canvas canvas-id="barcode" class='barcode' />
<canvas canvas-id="qrcode" class='qrcodes' />
js
// Introduce... On the page where you need to generate QR code index.js
let wxbarcode = require('../../libs/index.js');
notes : The following array is the width and height of the generated code ,res.data.data For data
wxbarcode.barcode('barcode', res.data.data, 580, 150);// Generate this barcode
wxbarcode.qrcode('qrcode', res.data.data, 400, 400);// This is to generate QR code
版权声明
本文为[Endless cake]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230554520215.html
边栏推荐
- _ Mold_ Board_
- 聊一聊浏览器缓存控制
- 昆腾全双工数字无线收发芯片KT1605/KT1606/KT1607/KT1608适用对讲机方案
- Shell脚本——Shell编程规范及变量
- PyTorch:train模式与eval模式的那些坑
- Pseudo Distributed installation spark
- Nodejs installation and environment configuration
- Linux MySQL data timing dump
- 织梦DEDECMS安全设置指南
- Variable length parameter__ VA_ ARGS__ Macro definitions for and logging
猜你喜欢
Go language, array, string, slice
Feign report 400 processing
Sub database and sub table & shardingsphere
众昂矿业:萤石浮选工艺
[pimf] openharmony paper Club - what is the experience of wandering in ACM survey
Do you really understand the principle of code scanning login?
计组 | 【七 输入/输出系统】知识点与例题
Nifi fast installation and file synchronization
Project framework of robot framework
Zhongang Mining: Fluorite Flotation Process
随机推荐
Public variables of robotframework
Detailed explanation of Niuke - Gloves
详解牛客----手套
Nifi fast installation and file synchronization
Regular filtering of Intranet addresses and segments
Production environment——
[registration] tf54: engineer growth map and excellent R & D organization building
Talk about browser cache control
Use case labeling mechanism of robot framework
Modify the test case name generated by DDT
freeCodeCamp----prob_ Calculator exercise
Shortcut keys (multiline)
Lock锁
手写事件发布订阅框架
groutine
扫码登录的原理你真的了解吗?
STM32__03—初识定时器
Decimal format decimal / datetime conversion processing
MySql主从复制
Rtklib 2.4.3 source code Notes