UNPKG

phonegap-plugin-barcodescanner-ps

Version:

You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.

19 lines 1.06 kB
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"/> <title> 如何扫描 </title> <link href="../style.css" rel="stylesheet" type="text/css"/> </head> <body> <p> 持续不断地扫描条码扫描仪屏幕上显示的一个方形区域 - 只是了电话线,使条码是完全取景器内的矩形: </p> <p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p> <p> 一维条码的产品需要一个电话,支持自动对焦。如果没有它,QR码和Data Matrix码将被扫描。 </p> <p> 当条码阅读,蜂鸣声会玩,你会看到扫描的条形码包含的描述和选项的内容采取行动的结果。 </p> <p> 如果你有麻烦扫描,请一定要保持稳定的手机。如果相机无法对焦,尝试从条形码移动电话或接近的。 </p> <ul class="touchable"> <li><a href="about1d.html"> 关于一维条码 </a></li> <li><a href="about2d.html"> 关于二维条码 </a></li> </ul> <p>谷歌翻译,译。</p></body> </html>