基于MUI框架的使用HTML5+实现的二维码扫描功能

转载:https://blog.csdn.net/qq_24754061/article/details/54943655
一、简介
Barcode模块管理条码扫描,提供常见的条码(二维码及一维码)的扫描识别功能,可调用设备的摄像头对条码图片扫描进行数据输入。通过plus.barcode可获取条码码管理对象。

二、实现的效果

三、实现 代码









#bcid{
width: 100%;
height: 100%;
position: absolute;
background: #000000;
}
html, body ,div{
height:100%;
width: 100%;
}
.fbt{
color: #0E76E1;
width: 50%;
background-color: #ffffff;
float: left;
line-height: 44px;
text-align: center;
}





物品二维码扫描



你可能感兴趣的:(基于MUI框架的使用HTML5+实现的二维码扫描功能)