Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: JavaScript QR 码阅读器 - 可以吗?或者,远程服务?
有什么方法可以仅使用 javascript 扫描条码/二维码。
ZXing 有一个 javascript 端口,可让您解析图像或画布对象中的二维码。
要使用它扫描从网络摄像头生成的图像中的条形码,您需要一个基于闪存的小型模块或已经支持 html5 媒体捕获 api 的浏览器
https://github.com/LazarSoft/jsqrcode